@ -3,3 +3,6 @@
/sdkconfig.old
/build
/cmake-build*
__pycache__
*.pyc
@ -13,6 +13,15 @@
"C_Cpp.autoAddFileAssociations": false,
"files.associations": {
"Dockerfile.*": "dockerfile"
},
"[cpp]": {
"editor.tabSize": 2
"[c]": {
"[python]": {
"editor.tabSize": 4
}
"extensions": {