Use tabs for makefiles

This commit is contained in:
Hackerpilot 2015-04-23 16:47:03 -07:00
parent ec216b3ade
commit f8b630cdd8

View file

@ -8,6 +8,11 @@ tab_width = 4
indent_size = 4
indent_style = tab
[makefile]
tab_width = 4
indent_size = 4
indent_style = tab
[*.d]
dfmt_align_switch_statements = true
dfmt_brace_style = allman