From d0e3ecec250a1cb0d269cd7357018c3aa821cb05 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Thu, 11 Jun 2020 17:57:48 +0200 Subject: [PATCH] Allow longer lines --- contrib/format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2