Ensure makefiles are properly formatted

This commit is contained in:
Jose Diaz-Gonzalez
2014-12-08 22:11:57 -05:00
parent 04921d6876
commit b3ca3368e8

View File

@@ -4,3 +4,8 @@ root = true
insert_final_newline = true
indent_style = space
indent_size = 2
[Makefile]
insert_final_newline = true
indent_style = tab
indent_size = 4