exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 58a5c0857b80627f2402a5728e4a0a1dadf6bccc
parent d645ea5c8e2c1fd087669a442089323f75dce0ba
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 28 Sep 2022 08:55:17 +0200

exclude mustach from indentation requirements

Diffstat:
Mcontrib/uncrustify_precommit | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/uncrustify_precommit b/contrib/uncrustify_precommit @@ -2,9 +2,9 @@ # use as .git/hooks/pre-commit exec 1>&2 -return 0 + RET=0 -changed=$(git diff --cached --name-only) +changed=$(git diff --cached --name-only | grep -v mustach) crustified="" for f in $changed;