From 1111f0718acea42954600a4dbd553ac40aae797f Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 4 Mar 2019 18:34:39 -0500 Subject: [PATCH] test: .style.yapf: Set column_limit=160 --- .style.yapf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: #