alps/.editorconfig

14 lines
203 B
INI
Raw Normal View History

2020-01-24 19:58:27 +00:00
root = true
[*]
2020-03-18 14:13:51 +00:00
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
2020-01-24 19:58:27 +00:00
indent_style = tab
indent_size = 4
[*.{html,css,scss}]
indent_style = space
indent_size = 2