Minor changes

This commit is contained in:
Kristofers Solo
2022-05-04 23:29:01 +03:00
parent 62035b9b7b
commit 314bc1f53f
60 changed files with 11930 additions and 21 deletions

View File

@@ -18,7 +18,7 @@
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.formatOnSave": true
},
"editor.insertSpaces": false,
"python.terminal.executeInFileDir": true,
@@ -57,10 +57,7 @@
"suppressLineUncommittedWarning": true
},
"vsicons.dontShowNewVersionMessage": true,
"indentRainbow.excludedLanguages": [
"plaintext",
"django-txt"
],
"indentRainbow.excludedLanguages": ["plaintext", "django-txt"],
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
@@ -114,4 +111,4 @@
]
},
"workbench.colorTheme": "Sweet Dracula"
}
}