Skip to content

Commit a911652

Browse files
committed
Auto merge of rust-lang#16406 - davidsemakula:editorconfig, r=lnicola
internal: add `max_line_length` to `.editorconfig` This helps with setting proper visual guides/rulers for the right margin in some editors/IDEs (e.g. CLion)
2 parents d4926c1 + 5aa7583 commit a911652

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
@@ -8,6 +8,7 @@ end_of_line = lf
88
insert_final_newline = true
99
indent_style = space
1010
indent_size = 4
11+
max_line_length = 100
1112

1213
[*.md]
1314
indent_size = 2

0 commit comments

Comments
 (0)