Skip to content

Commit ef5e483

Browse files
authored
Merge pull request #422 from QiJune/feature/py_format_tool
use yapf to format python code, add style config file
2 parents 818c81f + b3bcc52 commit ef5e483

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.style.yapf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[style]
2+
based_on_style = pep8
3+
column_limit = 80

0 commit comments

Comments
 (0)