File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ root = true
22
33[* ]
44indent_style = space
5- indent_size = 2
5+ indent_size = 4
66end_of_line = lf
77charset = utf-8
88trim_trailing_whitespace = true
Original file line number Diff line number Diff line change 11
22{
33 "recommendations" : [
4- " dbaeumer.vscode-eslint" ,
5- " EditorConfig.EditorConfig" ,
6- " christian-kohler.npm-intellisense"
4+ " dbaeumer.vscode-eslint" ,
5+ " EditorConfig.EditorConfig" ,
6+ " christian-kohler.npm-intellisense" ,
7+ " esbenp.prettier-vscode"
78 ]
89}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ yarn install
1010```
1111
1212### Traditional way:
13- Alternatively you can clone it via git. After, that just install the dependencies via yarn.
13+ Alternatively you can clone it via git. After that, just install the dependencies via yarn.
1414
1515```
1616# Clone the repository
You can’t perform that action at this time.
0 commit comments