Skip to content

Commit

Permalink
chore: simplify .editorconfig
Browse files Browse the repository at this point in the history
The comments are not needed
since the file name `.editorconfig` exactly says what it is.
  • Loading branch information
shinnn committed May 4, 2015
1 parent ce32299 commit 8338fc7
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,30 +1,15 @@
# http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = "utf8"
insert_final_newline = true


[*.css]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true


[*.js]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true


[*.json]
charset = utf8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.{css,js}]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit 8338fc7

Please sign in to comment.