Update .editorconfig

This commit is contained in:
Artur Beljajev 2019-10-22 12:02:02 +03:00
parent 61f5532aee
commit d24dbef12c

View file

@ -7,7 +7,7 @@ indent_style = space
indent_size = 2
max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = true
[*.{html,erb}]
[*.{html,erb,js}]
indent_size = 4