We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f7ad5 commit 610f478Copy full SHA for 610f478
.prettierignore
.prettierrc
@@ -1,17 +1,16 @@
1
{
2
"arrowParens": "avoid",
3
- "bracketSpacing": true,
4
- "htmlWhitespaceSensitivity": "css",
5
- "insertPragma": false,
6
- "jsxBracketSameLine": false,
7
- "jsxSingleQuote": false,
8
- "printWidth": 100,
9
- "proseWrap": "preserve",
+ "htmlWhitespaceSensitivity": "ignore",
10
"quoteProps": "consistent",
11
- "requirePragma": false,
12
- "semi": true,
13
- "singleQuote": true,
14
- "tabWidth": 2,
15
"trailingComma": "es5",
16
- "useTabs": false
+ "printWidth": 100,
+ "singleQuote": true,
+ "overrides": [
+ {
+ "files": "*.html",
+ "options": {
+ "parser": "angular"
+ }
+ ]
17
}
0 commit comments