Skip to content

Commit

Permalink
Improve .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Apr 17, 2019
1 parent 35534c7 commit 5d8e86a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
[{package.json, *.yaml, *.yml}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit 5d8e86a

Please sign in to comment.