mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
Use tabs for makefiles
This commit is contained in:
parent
ec216b3ade
commit
f8b630cdd8
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ tab_width = 4
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[makefile]
|
||||||
|
tab_width = 4
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
[*.d]
|
[*.d]
|
||||||
dfmt_align_switch_statements = true
|
dfmt_align_switch_statements = true
|
||||||
dfmt_brace_style = allman
|
dfmt_brace_style = allman
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue