electron-about-window
Version:
'About App' window for Electron application
33 lines (32 loc) • 479 B
JSON
{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120,
"arrowParens": "avoid",
"overrides": [
{
"files": [
"*.ts",
"*.tsx"
],
"options": {
"trailingComma": "all"
}
},
{
"files": "*.css",
"options": {
"tabWidth": 2,
"printWidth": -1
}
},
{
"files": "*.md",
"options": {
"tabWidth": 2
}
}
]
}