21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"tabWidth": 8,
|
|
"useTabs": true,
|
|
"arrowParens": "always",
|
|
|
|
"bracketSameLine": true,
|
|
"bracketSpacing": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"endOfLine": "lf",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"jsxSingleQuote": false,
|
|
"printWidth": 225,
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none"
|
|
}
|