VS Code config changes
This commit is contained in:
parent
7fe6e72500
commit
6b5f845d53
2 changed files with 3 additions and 1 deletions
|
@ -49,6 +49,7 @@ in
|
|||
# surajbarkale.ninja
|
||||
timonwong.shellcheck
|
||||
# twxs.cmake
|
||||
vadimcn.vscode-lldb
|
||||
# vscode-icons-team.vscode-icons
|
||||
vscodevim.vim
|
||||
wholroyd.jinja
|
||||
|
|
|
@ -458,7 +458,8 @@
|
|||
"editor.defaultFormatter": "xaver.clang-format"
|
||||
},
|
||||
"files.associations": {
|
||||
"*.livemd": "markdown"
|
||||
"*.livemd": "markdown",
|
||||
"*.wrap": "ini"
|
||||
},
|
||||
"[python]": {
|
||||
"editor.tabSize": 4
|
||||
|
|
Loading…
Reference in a new issue