Skip to content

Commit

Permalink
fix: clean-up editor config (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed May 3, 2024
1 parent d2c607d commit 3c6fea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
root = true

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

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

0 comments on commit 3c6fea2

Please sign in to comment.