Browse Source

code style: add indentation rules for makefiles

(and remove some web file types that will probably never be in APM)
master
Kevin Hester 11 years ago committed by Randy Mackay
parent
commit
55d926b055
  1. 14
      .editorconfig

14
.editorconfig

@ -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

Loading…
Cancel
Save