magallanes/.editorconfig
2016-03-02 20:33:58 +01:00

12 lines
198 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.{json,lock,yml,less,scss,sass}]
indent_size = 2