mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-01-17 18:26:11 +02:00
e9fe58f818
since most modern ides handle lf on windows fine, and the entire project is in lf already, i'll set this back
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"endOfLine": "lf"
|
|
}
|