File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ end_of_line = lf
14
14
charset = utf-8
15
15
trim_trailing_whitespace = true
16
16
insert_final_newline = true
17
+ max_line_length = 120
17
18
18
19
[* .css ]
19
20
indent_style = space
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json.schemastore.org/prettierrc" ,
3
+ "editorconfig" : true ,
3
4
"arrowParens" : " always" ,
4
5
"bracketSpacing" : true ,
5
6
"htmlWhitespaceSensitivity" : " css" ,
6
- "printWidth" : 120 ,
7
7
"proseWrap" : " always" ,
8
8
"quoteProps" : " as-needed" ,
9
9
"semi" : true ,
10
10
"singleQuote" : true ,
11
- "tabWidth" : 2 ,
12
11
"trailingComma" : " es5" ,
13
12
"useTabs" : false ,
14
13
"overrides" : [
34
33
{
35
34
"files" : [" *.md" , " LICENSE" ],
36
35
"options" : {
37
- "parser" : " markdown" ,
38
- "tabWidth" : 2
36
+ "parser" : " markdown"
39
37
}
40
38
}
41
39
]
You can’t perform that action at this time.
0 commit comments