Skip to content

Commit

Permalink
chore: simplify editorconfig (#8412)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored and pieh committed Sep 25, 2018
1 parent 0514b7d commit ce28fd5
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,9 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{*.json, *.svg}]
indent_style = space
indent_size = 4

# Matches the exact package.json, or *rc
[{package.json,*.yaml,*.yml,*rc}]
indent_style = space
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit ce28fd5

Please sign in to comment.