From 4c49d94b8c6907e2887a6a5be43c74eeb825931e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 2 Jun 2021 20:53:22 +0200 Subject: reduce max line length --- python/.style.yapf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/.style.yapf b/python/.style.yapf index f518dee..a289489 100644 --- a/python/.style.yapf +++ b/python/.style.yapf @@ -2,4 +2,4 @@ based_on_style = pep8 split_before_logical_operator = true -column_limit = 160 +column_limit = 120 -- cgit v1.2.3