mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
![]() |
{
|
||
|
"printWidth": 200,
|
||
|
"tabWidth": 4,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"quoteProps": "as-needed",
|
||
|
"trailingComma": "none",
|
||
|
"bracketSpacing": false,
|
||
|
"arrowParens": "always",
|
||
|
"proseWrap": "preserve",
|
||
|
"htmlWhitespaceSensitivity": "css",
|
||
|
"endOfLine": "lf"
|
||
|
}
|