.editorconfig added

This commit is contained in:
Roger Sikorski 2021-10-03 13:00:11 +02:00
parent 22208ed759
commit d0a11bcef6
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false