diff options
| author | Stephen Edgar <[email protected]> | 2013-04-21 16:52:32 +1000 |
|---|---|---|
| committer | Artur Kwiatkowski <[email protected]> | 2013-04-24 14:38:44 +0200 |
| commit | dd7249c0f15b29cd9648740ea4729f920eeb5624 (patch) | |
| tree | ee50b5ee315bddbaeaaf42d414d4158f6ccfcaca | |
| parent | 2eb9053d4af064d0b4ca760a2a0c023070709c27 (diff) | |
| download | bootstrap-dd7249c0f15b29cd9648740ea4729f920eeb5624.tar.xz bootstrap-dd7249c0f15b29cd9648740ea4729f920eeb5624.zip | |
Refined .editorconfig
| -rw-r--r-- | .editorconfig | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index cf8d7fa6e..9055021c9 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 |
