9 lines
133 B
JSON
9 lines
133 B
JSON
|
|
{
|
||
|
|
"trailingComma": "all",
|
||
|
|
"tabWidth": 2,
|
||
|
|
"semi": false,
|
||
|
|
"singleQuote": true,
|
||
|
|
"printWidth": 100,
|
||
|
|
"bracketSpacing": true
|
||
|
|
}
|