Skip to content

Commit da671e5

Browse files
authored
Merge pull request #9 from PhilippHaefele/bugfix/formatting
Update format settings to align better with current code style
2 parents 00f7c21 + 1f9f1d0 commit da671e5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ root = true
44
# Tab indentation
55
[*]
66
indent_style = space
7+
indent_size = 4
8+
quote_type = single
79
trim_trailing_whitespace = true
810
max_line_length = 120
911

.vscode/extensions.json

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

.vscode/settings.json

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

0 commit comments

Comments
 (0)