style: add .editorconfig

This commit is contained in:
Felix Schröter 2020-03-21 16:54:32 +01:00
parent fc0537630c
commit b42f97bbec
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false