projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
185e6cc
)
Add formatting script
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 9 Jun 2020 09:49:14 +0000
(11:49 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Tue, 9 Jun 2020 09:49:14 +0000
(11:49 +0200)
contrib/format
[new file with mode: 0755]
patch
|
blob
diff --git a/contrib/format
b/contrib/format
new file mode 100755
(executable)
index 0000000..
3e31c1e
--- /dev/null
+++ b/
contrib/format
@@ -0,0
+1,4
@@
+#!/bin/sh
+
+autopep8 --in-place --recursive gram
+autopep8 --in-place --recursive examples