Add editorconfig

This commit is contained in:
Yarmo Mackenbach 2021-03-25 13:19:54 +01:00
parent b5f6685da6
commit 71f31bfb9e
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

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