Skip to content

Commit

Permalink
Merge pull request #422 from QiJune/feature/py_format_tool
Browse files Browse the repository at this point in the history
use yapf to format python code, add style config file
  • Loading branch information
reyoung authored Nov 11, 2016
2 parents 818c81f + b3bcc52 commit ef5e483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[style]
based_on_style = pep8
column_limit = 80

0 comments on commit ef5e483

Please sign in to comment.