diff options
-rw-r--r-- | python/.style.yapf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |