timeconvert/.editorconfig

12 lines
184 B
INI
Raw Normal View History

2020-02-10 19:58:38 +01:00
[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[{*.css,*.scss}]
indent_size = 4
[{*.js,*.json}]
indent_size = 2