#332 add *.tsx, *.jsx, *.html to the .editorconfig

This commit is contained in:
AndreasAugustin
2020-03-22 19:40:42 +01:00
parent fc5aa5dc48
commit 24a4a74f23
+5 -1
View File
@@ -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