Skip to content

Commit

Permalink
editorconfig: make the line length 120
Browse files Browse the repository at this point in the history
We all have things larger than 80 columns these days.  If this gets too
out of hand, we can reduce it later.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
gregkh committed Oct 1, 2024
1 parent 99fcc8f commit 544028d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tab_width = 8

[*.{c,h}]
indent_style = tab
max_line_length = 80
max_line_length = 120

[*.yml]
indent_style = space
Expand Down

0 comments on commit 544028d

Please sign in to comment.