code style: add indentation rules for makefiles

(and remove some web file types that will probably never be in APM)
This commit is contained in:
Kevin Hester 2014-04-16 09:56:42 -10:00 committed by Randy Mackay
parent f29ad3a2e0
commit 55d926b055

View File

@ -11,17 +11,15 @@ root = true
[*]
indent_style = space
indent_size = 4
tab_size = 8
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.coffee]
indent_size = 2
[*.mk]
indent_style = tab
indent_size = 8
[*.js]
indent_size = 2
# [*.md]
# trim_trailing_whitespace = false
[{makefile,Makefile}]
indent_style = tab
indent_size = 8