Skip to content

Commit 5b116dd

Browse files
committed
πŸ§‘β€πŸ’» update vscode settings to match editorconfig
1 parent 79209f7 commit 5b116dd

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

β€Ž.vscode/settings.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22
"[json][jsonc][yaml][yml]": {
33
"editor.tabSize": 2
44
},
5-
"[markdown][python]": {
6-
"editor.rulers": [130]
5+
"[markdown]": {
6+
"editor.rulers": [
7+
200
8+
]
9+
},
10+
"[python]": {
11+
"editor.rulers": [
12+
130
13+
]
714
},
815
"[toml]": {
9-
"editor.rulers": [100],
10-
"editor.tabSize": 4
16+
"editor.rulers": [
17+
100
18+
]
1119
},
20+
"editor.tabSize": 4,
1221
"evenBetterToml.formatter.alignComments": true,
1322
"evenBetterToml.formatter.allowedBlankLines": 2,
1423
"evenBetterToml.formatter.arrayTrailingComma": true,

0 commit comments

Comments
Β (0)