editorconfig: init

+ add basic editorconfig
master
nico wellpott 4 years ago
parent 559b3dd718
commit c3ee3b4654
Signed by: nwellpott
GPG Key ID: 1F6495B44DABCE6E

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
[.git*]
indent_size = 4
indent_style = tab
[*.md]
trim_trailing_whitespace = false
Loading…
Cancel
Save