.editorconfig added
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Roger Sikorski 2021-10-03 13:11:09 +02:00
parent c97c180e26
commit f579508d97
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