chore: add editor config

This commit is contained in:
Łukasz Holeczek 2018-04-16 13:09:27 +02:00
parent e1a2be4cbb
commit 3ed7037fcb

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false