internetee-registry/.editorconfig
2019-01-29 18:42:07 +02:00

13 lines
No EOL
201 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 = false
[*.{html,erb}]
indent_size = 4