Skip to content

Commit f5a83d1

Browse files
committed
update .editorconfig
1 parent 663cb82 commit f5a83d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
[*]
33
end_of_line = lf
44
insert_final_newline = true
5-
max_line_length = 100
65

76
# Set default charset
87
[*]
98
charset = utf-8
109

10+
# Line width
11+
[*]
12+
max_line_length = 100
13+
1114
# 4 space indentation
1215
[*.{py,bzl}]
1316
indent_style = space

0 commit comments

Comments
 (0)