Skip to content

Commit

Permalink
Fix editorconfig (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 committed Apr 24, 2021
1 parent 27b6a7e commit e46579a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[package.json]
indent_style = space
indent_size = 2

[*.{md,css,yml}]
indent_style = space
indent_size = 2

0 comments on commit e46579a

Please sign in to comment.