Add .editorconfig

This commit is contained in:
Samuel Mehrbrodt
2022-08-22 15:47:26 +02:00
parent 99c816be10
commit 44f64fd1a3

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# EditorConfig: http://EditorConfig.org
# top-most EditorConfig file
root = true
# General settings
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
# Source code files
[*.java]
indent_style = space
indent_size = 2