22 lines
No EOL
389 B
JSON
22 lines
No EOL
389 B
JSON
{
|
|
"formatter": {
|
|
"semicolons": "asNeeded",
|
|
"indentStyle": "space",
|
|
"lineWidth": 500,
|
|
"bracketSpacing": true,
|
|
"quoteStyle": "single",
|
|
"trailingCommas": "es5",
|
|
"quoteProperties": "preserve"
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"lineWidth": 500
|
|
}
|
|
},
|
|
"json": {
|
|
"formatter": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
} |