From b3bcc52f8f3f45bb459afcfdcd624a8817351b71 Mon Sep 17 00:00:00 2001 From: qijun Date: Fri, 11 Nov 2016 11:04:54 +0000 Subject: [PATCH] change python code style to pep8 --- .style.yapf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.style.yapf b/.style.yapf index c9cdc2e790a..4741fb4f3bb 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 -- GitLab