Skip to content

Commit

Permalink
chore: update .editorconfig (#4685)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored May 7, 2024
1 parent cd4f516 commit cd3bb21
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
root = true

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

[*.yml]
indent_style = space
trim_trailing_whitespace = true
indent_size = 2

0 comments on commit cd3bb21

Please sign in to comment.