From e861035fc4596876b46037b63fb58a7fa6bfc379 Mon Sep 17 00:00:00 2001 From: Aikar Date: Tue, 7 Aug 2018 01:13:55 -0400 Subject: [PATCH] [CI-SKIP] add .editorconfig for base code style settings --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..210d3ca851 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*.java] +charset=utf-8 +end_of_line=lf +insert_final_newline=true +indent_style=space +indent_size=4