Skip to content

Commit d266c54

Browse files
committed
Merge branch 'feature/ec2' of https://github.com/aws/aws-toolkit-vscode into feature/ec2
2 parents d91e69a + 5fa928e commit d266c54

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)