Skip to content

Commit f4f8edd

Browse files
authored
Define indent for ts and tsx (#162)
1 parent 5a69477 commit f4f8edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ charset = utf-8
1515
max_line_length = 119
1616

1717
# Use 2 spaces for frontend files
18-
[*.{html,js,jsx,css}]
18+
[*.{html,js,jsx,css,ts,tsx}]
1919
indent_size = 2
2020

2121
# The JSON files contain newlines inconsistently

0 commit comments

Comments
 (0)