aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/conf/.style.yapf5
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 61cb5b714..83c68d828 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -19,6 +19,7 @@ INITD_FILES = \
19 19
20EXTRA_DIST = \ 20EXTRA_DIST = \
21 conf/colorit/colorit.conf \ 21 conf/colorit/colorit.conf \
22 conf/.style.yapf \
22 conf/editors/eclipse/gnunet_codingstyle.xml \ 23 conf/editors/eclipse/gnunet_codingstyle.xml \
23 conf/gnunet/no_forcestart.conf \ 24 conf/gnunet/no_forcestart.conf \
24 conf/gnunet/no_autostart_above_core.conf \ 25 conf/gnunet/no_autostart_above_core.conf \
diff --git a/contrib/conf/.style.yapf b/contrib/conf/.style.yapf
new file mode 100644
index 000000000..3b39780ca
--- /dev/null
+++ b/contrib/conf/.style.yapf
@@ -0,0 +1,5 @@
1[style]
2based_on_style = pep8
3coalesce_brackets=True
4column_limit=80
5dedent_closing_brackets=True