chore: initial commit
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.scss", "*.css"],
|
||||
"options": {
|
||||
"requirePragma": false,
|
||||
"parser": "scss"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["*.ts", "*.js", "*.mjs"],
|
||||
"options": {
|
||||
"arrowParens": "avoid",
|
||||
"singleQuote": true,
|
||||
"semi": true,
|
||||
"bracketSameLine": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["*.yml"],
|
||||
"options": {
|
||||
"tabWidth": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.html",
|
||||
"options": {
|
||||
"requirePragma": false,
|
||||
"parser": "html",
|
||||
"htmlWhitespaceSensitivity": "ignore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.hbs",
|
||||
"options": {
|
||||
"requirePragma": false,
|
||||
"parser": "angular",
|
||||
"htmlWhitespaceSensitivity": "ignore"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user