added .editorconfig file

This commit is contained in:
SingingBush 2021-06-09 20:11:47 +01:00 committed by Mike Bierlee
parent 5726b0750d
commit 25b9e95128

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# EditorConfig allows multiple IDE's to use same formatting rules: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8
[*.yml]
indent_size = 2
insert_final_newline = false