papermario/.editorconfig
Alex Bates 236aa9b718
decode assets fs
encoding is wip
2020-10-18 04:54:32 +01:00

14 lines
190 B
INI

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml]
indent_size = 2
[Makefile]
indent_type = tab