mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
18 lines
389 B
Plaintext
18 lines
389 B
Plaintext
{
|
|
"printWidth": 150,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"jsxSingleQuote": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"endOfLine": "lf",
|
|
"proseWrap": "preserve",
|
|
"embeddedLanguageFormatting": "auto"
|
|
}
|