chore: add editorconfig

This commit is contained in:
Stephan Bönnemann 2015-07-09 01:35:07 +02:00
parent 32c1dcf75b
commit 9a3d9a9280

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false