Skip to content

Commit

Permalink
chore: editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jun 21, 2024
1 parent bd96d5b commit 0001b6a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
; https://editorconfig.org

root = true

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

[*.md]
indent_size = 2
trim_trailing_whitespace = false

[*.{cjs,mjs,js,ts,json,json5,yml,yaml}]
indent_size = 2

0 comments on commit 0001b6a

Please sign in to comment.