24 lines
494 B
JSON
24 lines
494 B
JSON
{
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 80,
|
|
"lineEnding": "lf",
|
|
"ignore": []
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"arrowParentheses":"always",
|
|
"jsxQuoteStyle": "double",
|
|
"semicolons": "asNeeded",
|
|
"trailingComma": "all",
|
|
"quoteProperties": "asNeeded",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false
|
|
}
|
|
}
|
|
}
|