diff options
Diffstat (limited to '.style.yapf')
-rw-r--r-- | .style.yapf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 0000000..e061956 --- /dev/null +++ b/.style.yapf @@ -0,0 +1,6 @@ +[style] + +based_on_style = pep8 +split_before_logical_operator = true +column_limit = 160 + |