#34: Add .editorconfig that defines 4 char ident for all files, but pom.xml where ident uses tabs.

This commit is contained in:
Ioannis Canellos
2017-01-16 18:49:26 +02:00
parent 2d3e6b3b0b
commit e4166258d6

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4