mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
21 lines
378 B
JSON
21 lines
378 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": "*.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
}
|