diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-03-04 18:34:39 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-03-04 18:28:13 -0500 |
commit | 1111f0718acea42954600a4dbd553ac40aae797f (patch) | |
tree | 44848f5e8adca4c5cb3f7c7a13005a28bd6a37e3 /.style.yapf | |
parent | 14023c966c51a0a14a2e4477fbe3e5d810f91076 (diff) |
test: .style.yapf: Set column_limit=160
Diffstat (limited to '.style.yapf')
-rw-r--r-- | .style.yapf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.style.yapf b/.style.yapf index fe6227baf6..69d8c6aee4 100644 --- a/.style.yapf +++ b/.style.yapf @@ -55,7 +55,7 @@ blank_line_before_nested_class_or_def=False coalesce_brackets=False # The column limit. -column_limit=79 +column_limit=160 # The style for continuation alignment. Possible values are: # |