19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"endOfLine": "lf",
|
|
"printWidth": 120,
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"insertPragma": false,
|
|
"bracketSameLine": true,
|
|
"jsxSingleQuote": true,
|
|
"proseWrap": "preserve",
|
|
"quoteProps": "as-needed",
|
|
"requirePragma": false,
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"useTabs": false
|
|
}
|