11 lines
197 B
JSON
11 lines
197 B
JSON
|
{
|
||
|
"printWidth": 100,
|
||
|
"bracketSpacing": true,
|
||
|
"bracketSameLine": true,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"arrowParens": "always",
|
||
|
"htmlWhitespaceSensitivity": "strict",
|
||
|
"endOfLine": "lf"
|
||
|
}
|