mirror of
https://github.com/wizbright/waybox.git
synced 2026-03-12 05:34:26 -04:00
Relax 80 column limit
80 cols is a bit short. Linux uses a soft 100 limit, let's do the same.
This commit is contained in:
parent
e938552d15
commit
8fa589a132
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ block_comment_start = /*
|
|||
block_comment_end = */
|
||||
|
||||
curly_bracket_next_line = false
|
||||
max_line_length = 80
|
||||
max_line_length = 100
|
||||
spaces_around_brackets = outside
|
||||
spaces_around_operators = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue