wut/.editorconfig
Ash Logan 157651309d Add quick .editorconfig
Should limit obvious formatting woes until we get our .clang-format game 
together
2020-05-10 15:59:40 +10:00

18 lines
246 B
INI

# https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 3
[{Makefile,*/Makefile,*.mk,*_rules}]
indent_style = tab
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2