Skip to content

Commit

Permalink
backstage#332 add *.tsx, *.jsx, *.html to the .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Mar 22, 2020
1 parent fc5aa5d commit 24a4a74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ insert_final_newline = true
charset = utf-8
indent_style = space

[*.{ts,json,js}]
[*.html]
indent_style = space
indent_size = 2

[*.{ts,json,js,tsx,jsx}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 24a4a74

Please sign in to comment.