11 lines
226 B
Text
11 lines
226 B
Text
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"endOfLine": "lf",
|
|
"singleQuote": false
|
|
}
|