Extend max line width to 120 characters.

This commit is contained in:
Jon Chambers 2021-02-08 17:25:28 -05:00 committed by Jon Chambers
parent 0fa6eb4e31
commit b4350ec77b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 100
max_line_length = 120
tab_width = 2
ij_continuation_indent_size = 4
ij_formatter_off_tag = @formatter:off