summaryrefslogtreecommitdiff
path: root/.style.yapf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-29 19:01:43 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-29 19:03:25 +0200
commit455755737e6dcb7f938f7e6f9672bfc3e38f0a73 (patch)
tree8b00b06440a344decdc1136dc2c6f3b3e4b6a18e /.style.yapf
parentea2a0c9dbe52c4a4922ee1e9a22b97b9024822a8 (diff)
downloaddonations-455755737e6dcb7f938f7e6f9672bfc3e38f0a73.tar.gz
donations-455755737e6dcb7f938f7e6f9672bfc3e38f0a73.tar.bz2
donations-455755737e6dcb7f938f7e6f9672bfc3e38f0a73.zip
yapf style file
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