Skip to content

Commit

Permalink
Auto merge of #16406 - davidsemakula:editorconfig, r=lnicola
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
bors committed Jan 20, 2024
2 parents d4926c1 + 5aa7583 commit a911652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 100

[*.md]
indent_size = 2
Expand Down

0 comments on commit a911652

Please sign in to comment.