Skip to content

Commit

Permalink
clean up editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jan 4, 2020
1 parent d6828aa commit 6fc81b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[{**/{actual,fixtures,expected,templates}/**,*.md}]
trim_trailing_whitespace = false
[test/{actual/expected,fixtures}/*.md]
insert_final_newline = false
trim_trailing_whitespace = false

0 comments on commit 6fc81b7

Please sign in to comment.