Add .editorconfig

This commit is contained in:
Artur Beljajev 2019-01-29 18:42:07 +02:00
parent 640faaadb9
commit 40c95fde78

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = false
[*.{html,erb}]
indent_size = 4