Skip to content

Commit

Permalink
update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 7, 2023
1 parent 1283921 commit ae31717
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true

[*]
charset = utf-8

[*.{js,json,ts,yml}]
end_of_line = lf
indent_size = 2
indent_style = space
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.{cjs,js,mjs,ts}]
block_comment_start = /*
block_comment = *
block_comment_end = */

[*.{yml,yaml}]
indent_style = space

[*.md]
trim_trailing_whitespace = false

0 comments on commit ae31717

Please sign in to comment.