11 lines
198 B
JSON
11 lines
198 B
JSON
|
{
|
||
|
"singleQuote": true,
|
||
|
"semi": false,
|
||
|
"bracketSpacing": true,
|
||
|
"htmlWhitespaceSensitivity": "ignore",
|
||
|
"endOfLine": "auto",
|
||
|
"trailingComma": "none",
|
||
|
"tabWidth": 2,
|
||
|
"printWidth": 120
|
||
|
}
|