scratch-paint/.editorconfig

14 lines
186 B
INI
Raw Normal View History

2017-07-13 14:03:48 -04:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
2018-03-26 12:17:29 -04:00
indent_size = 4
[*.{yml,json,json5}]
2018-03-26 12:17:29 -04:00
indent_size = 2