postify/.editorconfig
2018-08-23 13:59:20 +03:00

16 lines
192 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 4
# 4 space indentation
[*.html]
indent_style = space
indent_size = 2