mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
27 lines
478 B
JSON
27 lines
478 B
JSON
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"singleAttributePerLine": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "auto",
|
|
"printWidth": 90,
|
|
"overrides": [
|
|
{
|
|
"files": "*.component.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "html"
|
|
}
|
|
}
|
|
]
|
|
}
|