aboutsummaryrefslogtreecommitdiffstats
path: root/python/.style.yapf
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-21 00:36:54 +0100
committerMartin Czygan <martin.czygan@gmail.com>2021-03-21 00:36:54 +0100
commite00e979a8b144231ce16aafe6b8482e4104f5e37 (patch)
tree942af1fbb0eeb71625438a2aaa0b1d783b84db0e /python/.style.yapf
parentc8d9268759f7da1e050658e135fac0c8f0b6fc53 (diff)
downloadrefcat-e00e979a8b144231ce16aafe6b8482e4104f5e37.tar.gz
refcat-e00e979a8b144231ce16aafe6b8482e4104f5e37.zip
initial import of python tasks
Diffstat (limited to 'python/.style.yapf')
-rw-r--r--python/.style.yapf5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/.style.yapf b/python/.style.yapf
new file mode 100644
index 0000000..f518dee
--- /dev/null
+++ b/python/.style.yapf
@@ -0,0 +1,5 @@
+[style]
+
+based_on_style = pep8
+split_before_logical_operator = true
+column_limit = 160