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 @@ @@ -2,4 +2,7 @@
/sdkconfig
/sdkconfig.old
/build
/cmake-build*
/cmake-build*
__pycache__
*.pyc

9
uas-ugv.code-workspace

@ -13,6 +13,15 @@ @@ -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…
Cancel
Save