diff options
| author | Stephen Edgar <[email protected]> | 2013-04-21 16:52:32 +1000 |
|---|---|---|
| committer | Stephen Edgar <[email protected]> | 2013-04-21 16:52:32 +1000 |
| commit | 7c41b318015f2e6f0963a75f0e1112828e17c977 (patch) | |
| tree | 6b2d519e4e35fde8c01391f663beaeb9558b48dc /.editorconfig | |
| parent | 322fc9a6c476ce89101c6b48e5308d2f6ee8eba9 (diff) | |
| download | bootstrap-7c41b318015f2e6f0963a75f0e1112828e17c977.tar.xz bootstrap-7c41b318015f2e6f0963a75f0e1112828e17c977.zip | |
Refined .editorconfig
Diffstat (limited to '.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 |
