From: Stephen Edgar Date: Sun, 21 Apr 2013 06:52:32 +0000 (+1000) Subject: Refined .editorconfig X-Git-Tag: v3.0.0-rc1~406^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd7249c0f15b29cd9648740ea4729f920eeb5624;p=thirdparty%2Fbootstrap.git Refined .editorconfig --- diff --git a/.editorconfig b/.editorconfig index cf8d7fa6ee..9055021c9f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,10 +2,26 @@ root = true -[*] +[Makefile] +indent_style = tab +indent_size = 8 + +[*.css] +indent_style = space +indent_size = 2 + +[*.less] +indent_style = space +indent_size = 2 + +[*.html] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 2 + +[*.json] indent_style = space indent_size = 2 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true