From f298da0918022cbd049832e1fb75f665d0a5b6e4 Mon Sep 17 00:00:00 2001 From: yinheli Date: Thu, 8 Jul 2021 11:54:38 +0800 Subject: [PATCH] update editor config add Makefile --- .editorconfig | 4 +++- tools/xservice/gogen/assets/project/.editorconfig | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f3c0421..44b0f00 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,8 @@ indent_style = tab [*.md] trim_trailing_whitespace = false - [*.py] indent_size = 4 + +[Makefile] +indent_style = tab diff --git a/tools/xservice/gogen/assets/project/.editorconfig b/tools/xservice/gogen/assets/project/.editorconfig index 3e67235..6dbb413 100644 --- a/tools/xservice/gogen/assets/project/.editorconfig +++ b/tools/xservice/gogen/assets/project/.editorconfig @@ -15,3 +15,9 @@ indent_style = tab [*.md] trim_trailing_whitespace = false + +[*.py] +indent_size = 4 + +[Makefile] +indent_style = tab