From d33764353e757e2696b91f8a9a6049e93df6e229 Mon Sep 17 00:00:00 2001 From: diguage Date: Fri, 9 Jun 2017 11:05:34 +0800 Subject: [PATCH] Add EditorConfig Closes gh-1455 --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..3e1127a6d6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*.{adoc,bat,groovy,html,java,js,jsp,kt,kts,md,properties,py,rb,sh,sql,svg,txt,xml,xsd}] +charset = utf-8 + +[*.{groovy,java,kt,kts,xml,xsd}] +indent_style = tab +indent_size = 4 +continuation_indent_size = 8 +end_of_line = lf