summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-09-18 10:04:49 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-09-18 12:52:21 +0200
commit8349ec49abd939b4cdb0dc417607eca6a936f258 (patch)
treeb868ede10e82664cbcb31a64ac1f8c66f20f7a81 /setup.cfg
parent79093cce6c3a65f84bbafd172b1e9e6702d3ce75 (diff)
Add pep8 config file for python
There were some attempts to format python code with pep8 in the past (tdf#99145). This adds a config file and sets the max line length to 100 (what we use in clang-format). Change-Id: I07837af0f6fd6fb108fcfd25c1ba6c6c09a12404 Reviewed-on: https://gerrit.libreoffice.org/60660 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 000000000000..5c0df0dd0ebb
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[pep8]
+max-line-length = 100