Skip to content

Commit a45e6c9

Browse files
committed
use yapf to format python code, add style config file
1 parent 8d4c453 commit a45e6c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.style.yapf

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

0 commit comments

Comments
 (0)