Add custom vim config

This commit is contained in:
Jan-Henrik 2019-10-04 09:29:33 +02:00
parent e59fff8665
commit 911469580c

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true