[issue-65] add EditorConfig configuration file

this fixes #65
This commit is contained in:
Alex Ott 2020-03-16 13:51:41 +01:00
parent 3262d527ba
commit a7ed4a469e

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
# EditorConfig: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
[pom.xml]
indent_size = 4
[*.java]
indent_size = 4
[*.{cmd,bat}]
end_of_line = crlf