scratch-paint/.editorconfig
2018-03-26 17:17:29 +01:00

16 lines
201 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.yml]
ident_style = tab
[*.json]
indent_size = 2