12 lines
273 B
JSON
12 lines
273 B
JSON
{
|
|
"printWidth": 132,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"arrowParens": "always",
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"endOfLine": "lf",
|
|
"overrides": [{ "files": "data.json", "options": { "printWidth": 999 } }]
|
|
}
|