diff --git a/pre-commit-uncrustify.cfg b/pre-commit-uncrustify.cfg index 984e204..09d9364 100644 --- a/pre-commit-uncrustify.cfg +++ b/pre-commit-uncrustify.cfg @@ -18,7 +18,7 @@ UNCRUSTIFY="uncrustify" # set uncrustify config location # UNCRUST_CONFIG="/home/user/.config/uncrustify.cfg" -UNCRUST_CONFIG="$REPO/cmake/etc/uncrustify/default.cfg" +UNCRUST_CONFIG="$REPO/files/etc/uncrustify.cfg" # the source language: C, CPP, D, CS, JAVA, PAWN, VALA, OC, OC+ # use AUTO to let Uncrustify decide which language a given file uses.