mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
25 lines
434 B
Text
25 lines
434 B
Text
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"quoteProps": "preserve",
|
|
"bracketSpacing": false,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": ["./.prettierrc"],
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.html"],
|
|
"excludeFiles": ["**/test/**"],
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
}
|