27 строки
532 B
Plaintext
27 строки
532 B
Plaintext
{
|
|
"printWidth": 150,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "*.json",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": "*.resjson",
|
|
"options": {
|
|
"parser": "json",
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|