Skip to content

Commit

Permalink
Sync EditorConfig with cssmagic/sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
cssmagic committed Apr 27, 2016
1 parent 0a18278 commit f43ab1c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[**.{json}]
[{package,bower}.json]
indent_style = space
indent_size = 2

[**.{js,html,css,styl}]
indent_style = tab

[**.{html}]
[*.{html}]
quote_type = double

[**.{js,css}]
curly_bracket_next_line = false
[*.md]
# use `<br>` to insert a line break explicitly.
; trim_trailing_whitespace = false

0 comments on commit f43ab1c

Please sign in to comment.