KNACSS/.editorconfig
2015-07-01 13:47:48 +02:00

10 lines
204 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf # doesn't work yet
charset = utf-8
trim_trailing_whitespace = true # doesn't work yet
insert_final_newline = true # doesn't work yet