15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
{
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"proseWrap": "preserve",
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "auto",
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"jsxBracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "es5"
|
|
} |