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