11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
|
|
{
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 100,
|
||
|
|
"tabWidth": 4,
|
||
|
|
"useTabs": false,
|
||
|
|
"semi": true,
|
||
|
|
"jsxSingleQuote": false,
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"arrowParens": "always",
|
||
|
|
"endOfLine": "lf"
|
||
|
|
}
|