bitwise/.editorconfig
2019-09-06 12:38:23 -04:00

15 lines
229 B
INI

root = true
[**]
insert_final_newline = true
charset = utf-8
[**.{c,h}]
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true
[**.{yml,yaml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true