projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6327e8d
)
Allow longer lines
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 15:57:48 +0000
(17:57 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Thu, 11 Jun 2020 15:57:48 +0000
(17:57 +0200)
contrib/format
patch
|
blob
|
history
diff --git
a/contrib/format
b/contrib/format
index 3e31c1e0ba9bc325a7c79587aef8713662df03a3..068fa135a27f1ab8715c454f91979e36da05156b 100755
(executable)
--- 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