diff options
| author | Stephen Edgar <[email protected]> | 2013-04-22 17:10:59 +1000 |
|---|---|---|
| committer | Stephen Edgar <[email protected]> | 2013-04-22 17:10:59 +1000 |
| commit | 4e9c8880f7c32f71727be15aa19b5f4b871e9488 (patch) | |
| tree | 9cf7f6c0cf6c12966b9cbf5c2099157780442e6e | |
| parent | 7c41b318015f2e6f0963a75f0e1112828e17c977 (diff) | |
| download | bootstrap-4e9c8880f7c32f71727be15aa19b5f4b871e9488.tar.xz bootstrap-4e9c8880f7c32f71727be15aa19b5f4b871e9488.zip | |
Use* global rules with exceptions as needed
| -rw-r--r-- | .editorconfig | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/.editorconfig b/.editorconfig index 9055021c9..ad9d6beae 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 |
