Don't use spaces for makefiles

This commit is contained in:
Hackerpilot 2015-01-13 23:47:22 -08:00
parent 263f6ee465
commit 30f8464f0e
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
[*]
[*.d]
end_of_line = lf
insert_final_newline = true
indent_size = 4
tab_width = 8
trim_trailing_whitespace = true
indent_style = space
[*]
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true