Skip to content

Commit d6d1e3a

Browse files
committed
allow lines of 119 chars for yapf
1 parent 698b0f6 commit d6d1e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .style.yapf

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ blank_line_before_nested_class_or_def=True
7878
coalesce_brackets=False
7979

8080
# The column limit.
81-
column_limit=79
81+
column_limit=119
8282

8383
# The style for continuation alignment. Possible values are:
8484
#

0 commit comments

Comments
 (0)