13 lines
223 B
Text
13 lines
223 B
Text
{
|
|
"printWidth": 600,
|
|
"singleAttributePerLine": true,
|
|
"bracketSameLine": true,
|
|
"overrides": [
|
|
{
|
|
"files": "src/renderer/main/**/*.js",
|
|
"options": {
|
|
"bracketSameLine": false
|
|
}
|
|
}
|
|
]
|
|
}
|