Use tabs for makefiles
This commit is contained in:
parent
ec216b3ade
commit
f8b630cdd8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue