Skip to content

Commit b507cce

Browse files
committedNov 27, 2021
Configure max_line_length=120 in .editorconfig
1 parent c98be3f commit b507cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trim_trailing_whitespace = true
55
insert_final_newline = true
66
charset = utf-8
77
indent_style = space
8+
max_line_length = 120
89

910
[{*.sh,gradlew}]
1011
end_of_line = lf

0 commit comments

Comments
 (0)
Please sign in to comment.