scratch-paint/.editorconfig

17 lines
201 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]
ident_style = tab
[*.json]
indent_size = 2