Skip to content

Commit 24a4a74

Browse files
backstage#332 add *.tsx, *.jsx, *.html to the .editorconfig
1 parent fc5aa5d commit 24a4a74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ insert_final_newline = true
1010
charset = utf-8
1111
indent_style = space
1212

13-
[*.{ts,json,js}]
13+
[*.html]
14+
indent_style = space
15+
indent_size = 2
16+
17+
[*.{ts,json,js,tsx,jsx}]
1418
indent_style = space
1519
indent_size = 2
1620

0 commit comments

Comments
 (0)