From c69f521e41dae67a6f4ca23a7f7d2670382be5a9 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 31 Dec 2019 01:16:45 +0000 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..6670bd6ed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +tab_width = 4 + +[*.java] +indent_style = tab + +[*.json] +indent_style = tab