VS Code config changes

This commit is contained in:
Erwin Boskma 2022-01-24 11:15:42 +01:00
parent 7fe6e72500
commit 6b5f845d53
Signed by: erwin
GPG key ID: 270B20D17394F7E5
2 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,7 @@ in
# surajbarkale.ninja
timonwong.shellcheck
# twxs.cmake
vadimcn.vscode-lldb
# vscode-icons-team.vscode-icons
vscodevim.vim
wholroyd.jinja

View file

@ -458,7 +458,8 @@
"editor.defaultFormatter": "xaver.clang-format"
},
"files.associations": {
"*.livemd": "markdown"
"*.livemd": "markdown",
"*.wrap": "ini"
},
"[python]": {
"editor.tabSize": 4