From 671eac0e1838945851032e75c9a5b8fbab75c05d Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Tue, 9 Jun 2020 11:49:14 +0200 Subject: [PATCH] Add formatting script --- contrib/format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 contrib/format 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 -- 2.30.2