Skip to content

Commit b3bcc52

Browse files
committed
change python code style to pep8
1 parent a45e6c9 commit b3bcc52

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.style.yapf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
[style]
2-
based_on_style = google
3-
indent_width = 4
4-
spaces_before_comment = 4
5-
split_before_logical_operator = true
2+
based_on_style = pep8
3+
column_limit = 80

0 commit comments

Comments
 (0)