Skip to content

Commit

Permalink
Improve .editorconfig a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Feb 14, 2024
1 parent 62fdd56 commit d12688f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org

root = true

Expand All @@ -8,6 +8,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{js,json,jsonld,yaml,yml}]
i[*.{cjs,js,json,jsonld,mjs,yaml,yml}]
indent_style = space
indent_size = 2

0 comments on commit d12688f

Please sign in to comment.