From 24bce4311a4fece3e949de724f4abc2ec0fb86a9 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Sat, 9 Feb 2019 19:08:55 -0800 Subject: [PATCH] update tab size settings and add python stuff to gitignore --- .gitignore | 5 ++++- uas-ugv.code-workspace | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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": {