Allow longer lines
authorJean THOMAS <git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 15:57:48 +0000 (17:57 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 15:57:48 +0000 (17:57 +0200)
contrib/format

index 3e31c1e0ba9bc325a7c79587aef8713662df03a3..068fa135a27f1ab8715c454f91979e36da05156b 100755 (executable)
@@ -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