From: Jean THOMAS Date: Thu, 11 Jun 2020 15:57:48 +0000 (+0200) Subject: Allow longer lines X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0e3ecec250a1cb0d269cd7357018c3aa821cb05;p=gram.git Allow longer lines --- diff --git a/contrib/format b/contrib/format index 3e31c1e..068fa13 100755 --- a/contrib/format +++ b/contrib/format @@ -1,4 +1,4 @@ #!/bin/sh -autopep8 --in-place --recursive gram -autopep8 --in-place --recursive examples +autopep8 --in-place --recursive --max-line-length 119 gram +autopep8 --in-place --recursive --max-line-length 119 examples