Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
rm redundant rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Oct 18, 2016
1 parent 9548668 commit ed2e433
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .editorconfig
Expand Up @@ -4,7 +4,6 @@

root = true


[*]
end_of_line = lf
charset = utf-8
Expand All @@ -13,22 +12,8 @@ insert_final_newline = true
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[*.hbs]
insert_final_newline = false
indent_style = space
indent_size = 2

[*.css]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2

[*.{diff,md}]
trim_trailing_whitespace = false

0 comments on commit ed2e433

Please sign in to comment.