From e4166258d6e65e8ca44e18ff0a9b4a8c358a59f6 Mon Sep 17 00:00:00 2001 From: Ioannis Canellos Date: Mon, 16 Jan 2017 18:49:26 +0200 Subject: [PATCH] #34: Add .editorconfig that defines 4 char ident for all files, but pom.xml where ident uses tabs. --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..19546e0e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 4