sprites/.editorconfig
Christopher Monsanto 909e51d5d0 two space ident for .deploy.json
emacs indent is messing up the "in", whatever, deal with it later
2020-04-30 05:45:23 -04:00

10 lines
116 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.deploy.json]
indent_style = space
indent_size = 2