From: Stephen Edgar Date: Mon, 22 Apr 2013 07:10:59 +0000 (+1000) Subject: Use* global rules with exceptions as needed X-Git-Tag: v3.0.0-rc1~411^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e9c8880f7c32f71727be15aa19b5f4b871e9488;p=thirdparty%2Fbootstrap.git Use* global rules with exceptions as needed --- diff --git a/.editorconfig b/.editorconfig index 9055021c9f..ad9d6beae3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,26 +2,13 @@ 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 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true -[*.json] -indent_style = space -indent_size = 2 +[Makefile] +indent_style = tab