From f447ca466b8e58d96124d13336351cf8ca816444 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Tue, 8 Jun 2021 14:50:42 +0800 Subject: [PATCH] Add a basic .editorconfig into project, close #1901 --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9eba8be --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = space + +[*.md] +indent_size = 2 + +[*.{t,pl,sh,bash}] +indent_size = 5