update tab size settings and add python stuff to gitignore
This commit is contained in:
parent
745571c62a
commit
24bce4311a
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,4 +2,7 @@
|
||||
/sdkconfig
|
||||
/sdkconfig.old
|
||||
/build
|
||||
/cmake-build*
|
||||
/cmake-build*
|
||||
|
||||
__pycache__
|
||||
*.pyc
|
@ -13,6 +13,15 @@
|
||||
"C_Cpp.autoAddFileAssociations": false,
|
||||
"files.associations": {
|
||||
"Dockerfile.*": "dockerfile"
|
||||
},
|
||||
"[cpp]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[c]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[python]": {
|
||||
"editor.tabSize": 4
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user