diff options
Diffstat (limited to '.style.yapf')
-rw-r--r-- | .style.yapf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 0000000000..4741fb4f3b --- /dev/null +++ b/.style.yapf @@ -0,0 +1,3 @@ +[style] +based_on_style = pep8 +column_limit = 80 |