Browse Source

update tab size settings and add python stuff to gitignore

try-fix-comms-errors
Alex Mikhalev 6 years ago
parent
commit
24bce4311a
  1. 5
      .gitignore
  2. 9
      uas-ugv.code-workspace

5
.gitignore vendored

@ -2,4 +2,7 @@
/sdkconfig /sdkconfig
/sdkconfig.old /sdkconfig.old
/build /build
/cmake-build* /cmake-build*
__pycache__
*.pyc

9
uas-ugv.code-workspace

@ -13,6 +13,15 @@
"C_Cpp.autoAddFileAssociations": false, "C_Cpp.autoAddFileAssociations": false,
"files.associations": { "files.associations": {
"Dockerfile.*": "dockerfile" "Dockerfile.*": "dockerfile"
},
"[cpp]": {
"editor.tabSize": 2
},
"[c]": {
"editor.tabSize": 2
},
"[python]": {
"editor.tabSize": 4
} }
}, },
"extensions": { "extensions": {

Loading…
Cancel
Save