Skip to content

Commit b2c1fdf

Browse files
committed
editorconfig
1 parent 82a2368 commit b2c1fdf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.editorconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ insert_final_newline = true
99
indent_size = 4
1010
indent_style = space
1111

12-
[*.{js,py}]
12+
[*.{js,ts,py}]
1313
charset = utf-8
14-
15-
# 4 space indentation
16-
[*.py]
17-
indent_style = space
14+
max_line_length = 100
1815

1916
[Makefile]
2017
indent_style = tab

0 commit comments

Comments
 (0)