diff options
-rw-r--r-- | .style.yapf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.style.yapf b/.style.yapf index b4a1f688b8..4741fb4f3b 100644 --- a/.style.yapf +++ b/.style.yapf @@ -1,3 +1,3 @@ [style] based_on_style = pep8 -column_limit = 120
\ No newline at end of file +column_limit = 80 |