27 lines
453 B
Plaintext
27 lines
453 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"jsxBracketSameLine": false,
|
|
"printWidth": 200,
|
|
"overrides": [
|
|
{
|
|
"files": "*.component.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "html"
|
|
}
|
|
}
|
|
]
|
|
}
|