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