From: Jean THOMAS Date: Tue, 9 Jun 2020 09:49:14 +0000 (+0200) Subject: Add formatting script X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=671eac0e1838945851032e75c9a5b8fbab75c05d;p=gram.git Add formatting script --- diff --git a/contrib/format b/contrib/format new file mode 100755 index 0000000..3e31c1e --- /dev/null +++ b/contrib/format @@ -0,0 +1,4 @@ +#!/bin/sh + +autopep8 --in-place --recursive gram +autopep8 --in-place --recursive examples