Skip to content

Commit

Permalink
change python code style to pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
QiJune committed Nov 11, 2016
1 parent a45e6c9 commit b3bcc52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b3bcc52

Please sign in to comment.