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

Loading…
Cancel
Save