Skip to content

Commit 1adbb01

Browse files
committed
Updated editorconfig to match prettier configuration
1 parent 199f66b commit 1adbb01

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ root = true
22

33
[*]
44
indent_style = space
5-
indent_size = 2
5+
indent_size = 4
66
end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true

.vscode/extensions.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)