Add .editorconfig

This commit is contained in:
v 2018-03-24 16:35:16 +01:00
parent b6ed8f9890
commit b7f0a98613

10
.editorconfig Normal file
View file

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