From bd4ad702e006f8fa83d8dac79f39ff9fac55895d Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 14 Apr 2017 13:36:34 -0600 Subject: [PATCH] adds .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..4db3a243a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root=true + +[*.java] +indent_style = tab +indent_size = 4 +continuation_indent_size = 8 + +[*.xml] +indent_style = tab +indent_size = 4 +continuation_indent_size = 8 +