14 lines
259 B
Plaintext
14 lines
259 B
Plaintext
|
{
|
||
|
"bracketSpacing": true,
|
||
|
"jsxBracketSameLine": true,
|
||
|
"jsxSingleQuote": false,
|
||
|
"printWidth": 140,
|
||
|
"semi": true,
|
||
|
"useTabs": false,
|
||
|
"trailingComma": "es5",
|
||
|
"singleQuote": true,
|
||
|
"tabWidth": 2,
|
||
|
"endOfLine": "auto",
|
||
|
"proseWrap": "preserve"
|
||
|
}
|