papermario/.editorconfig
2021-02-10 14:26:58 +00:00

17 lines
226 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,*.mk}]
indent_style = tab
[*.msg]
indent_style = tab