26 lines
407 B
Plaintext
26 lines
407 B
Plaintext
{
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false,
|
|
|
|
"overrides": [
|
|
{
|
|
"files": ["tsconfig.json", ".prettierrc"],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
},
|
|
{
|
|
"files": ["**/*.html"],
|
|
"options": {
|
|
"parser": "html",
|
|
"printWidth": 160
|
|
}
|
|
}
|
|
]
|
|
}
|