File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ root = true
44# Tab indentation
55[* ]
66indent_style = space
7+ indent_size = 4
8+ quote_type = single
79trim_trailing_whitespace = true
810max_line_length = 120
911
Original file line number Diff line number Diff line change 11{
2- // See http://go.microsoft.com/fwlink/?LinkId=827846
3- // for the documentation about the extensions.json format
4- "recommendations" : [
5- " dbaeumer.vscode-eslint" ,
6- " amodio.tsl-problem-matcher" ,
7- " streetsidesoftware.code-spell-checker"
8- ]
9- }
2+ // See http://go.microsoft.com/fwlink/?LinkId=827846
3+ // for the documentation about the extensions.json format
4+ "recommendations" : [
5+ " dbaeumer.vscode-eslint" ,
6+ " amodio.tsl-problem-matcher" ,
7+ " streetsidesoftware.code-spell-checker" ,
8+ " esbenp.prettier-vscode"
9+ ]
10+ }
Original file line number Diff line number Diff line change 3535 " waend" ,
3636 " wtobjp"
3737 ],
38- "prettier.jsxSingleQuote" : true ,
39- "prettier.singleQuote" : true ,
40- "prettier.tabWidth" : 4 ,
4138 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
4239 "editor.formatOnSave" : true ,
4340 "editor.wordWrapColumn" : 120 ,
4441 "editor.detectIndentation" : false
45- }
42+ }
You can’t perform that action at this time.
0 commit comments