diff --git a/.gitignore b/.gitignore index b3f7207..ab24e1e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ /sdkconfig /sdkconfig.old /build -/cmake-build* \ No newline at end of file +/cmake-build* + +__pycache__ +*.pyc \ No newline at end of file diff --git a/uas-ugv.code-workspace b/uas-ugv.code-workspace index f55e671..1f2db47 100644 --- a/uas-ugv.code-workspace +++ b/uas-ugv.code-workspace @@ -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": {