diff --git a/.style.yapf b/.style.yapf index c9cdc2e790a409b20bfeaded5b62fe1e3ca8909f..4741fb4f3bbc6681088cf9e960321e7b857a93a8 100644 --- a/.style.yapf +++ b/.style.yapf @@ -1,5 +1,3 @@ [style] -based_on_style = google -indent_width = 4 -spaces_before_comment = 4 -split_before_logical_operator = true +based_on_style = pep8 +column_limit = 80