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