[Libreoffice-commits] core.git: setup.cfg

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 10:52:44 UTC 2018


 setup.cfg |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8349ec49abd939b4cdb0dc417607eca6a936f258
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Sep 18 10:04:49 2018 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Sep 18 12:52:21 2018 +0200

    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 at cib.de>

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


More information about the Libreoffice-commits mailing list