Skip to content

Commit

Permalink
update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 23, 2023
1 parent 1d58ced commit b068411
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

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

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

[*.md]
[*.{markdown,md}]
trim_trailing_whitespace = false

0 comments on commit b068411

Please sign in to comment.