Skip to content

Commit

Permalink
chore: editor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 22, 2024
1 parent 580ab88 commit 8904c32
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
root = true

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

[*.ts]
indent_style = space
indent_size = 2

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit 8904c32

Please # to comment.