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_style = space
indent_size = 4 indent_size = 4
tab_size = 8
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.coffee] [*.mk]
indent_size = 2 indent_style = tab
indent_size = 8
[*.js] [{makefile,Makefile}]
indent_size = 2 indent_style = tab
indent_size = 8
# [*.md]
# trim_trailing_whitespace = false