We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79209f7 commit 5b116ddCopy full SHA for 5b116dd
β.vscode/settings.json
@@ -2,13 +2,22 @@
2
"[json][jsonc][yaml][yml]": {
3
"editor.tabSize": 2
4
},
5
- "[markdown][python]": {
6
- "editor.rulers": [130]
+ "[markdown]": {
+ "editor.rulers": [
7
+ 200
8
+ ]
9
+ },
10
+ "[python]": {
11
12
+ 130
13
14
15
"[toml]": {
- "editor.rulers": [100],
- "editor.tabSize": 4
16
17
+ 100
18
19
20
+ "editor.tabSize": 4,
21
"evenBetterToml.formatter.alignComments": true,
22
"evenBetterToml.formatter.allowedBlankLines": 2,
23
"evenBetterToml.formatter.arrayTrailingComma": true,
0 commit comments