From 0d984ecd84f97e61f9a9cc47ab475501c1867bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Thu, 13 Apr 2017 23:36:11 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8cd393f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ + +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*.{java}] +charset = utf-8 +insert_final_newline = true +indent_style = tab