summaryrefslogtreecommitdiff
path: root/.style.yapf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 23:08:26 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 23:08:26 +0200
commit141e949fa9f09e5f54acdfa90f609895236a8ac0 (patch)
tree9b962c32b22116a1517901b3fa5536fc47b3d892 /.style.yapf
parentdaebe1981a0df80187660d5aeda497fe43bf3531 (diff)
downloadsurvey-141e949fa9f09e5f54acdfa90f609895236a8ac0.tar.gz
survey-141e949fa9f09e5f54acdfa90f609895236a8ac0.tar.bz2
survey-141e949fa9f09e5f54acdfa90f609895236a8ac0.zip
make pretty
Diffstat (limited to '.style.yapf')
-rw-r--r--.style.yapf5
1 files changed, 5 insertions, 0 deletions
diff --git a/.style.yapf b/.style.yapf
new file mode 100644
index 0000000..3b39780
--- /dev/null
+++ b/.style.yapf
@@ -0,0 +1,5 @@
+[style]
+based_on_style = pep8
+coalesce_brackets=True
+column_limit=80
+dedent_closing_brackets=True