Skip to content

Commit d9c65b9

Browse files
chore: change max line length
1 parent 7060077 commit d9c65b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ charset = utf-8
77
trim_trailing_whitespace = true
88
insert_final_newline = true
99
end_of_line = lf
10-
# editorconfig-tools is unable to ignore longs strings or urls
11-
max_line_length = off
10+
max_line_length = 120
1211

1312
[{*.json,*.yml}]
1413
indent_size = 2

0 commit comments

Comments
 (0)