Skip to content

Commit

Permalink
PATCH: Update .editorconfig with new file extensions (.ts, .tsx)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagedman committed Dec 10, 2024
1 parent 87e45e3 commit e5b0801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{js,coffee,html,less,css,json}]
[*.{js,ts,tsx,coffee,html,less,css,json}]
indent_style = tab

[*.i18n.json]
Expand Down

0 comments on commit e5b0801

Please sign in to comment.