internetee-registry/.editorconfig
2019-10-22 12:02:02 +03:00

13 lines
No EOL
203 B
INI

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 = true
[*.{html,erb,js}]
indent_size = 4