Skip to content

Commit

Permalink
🔧 Fix JavaScript/TypeScript indent size
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 11, 2024
1 parent 4687894 commit 1f0f33f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.{js,ts}]
indent_size = 2

[*.json]
insert_final_newline = ignore

Expand Down

0 comments on commit 1f0f33f

Please sign in to comment.