Add editorconfig

This commit is contained in:
Alexander Olofsson 2024-05-27 11:34:44 +02:00
parent 0d7213bd1f
commit 15defdb0ba
Signed by: ace
GPG key ID: D439C9470CB04C73

14
.editorconfig Normal file
View file

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