Formatting: Update script

This commit is contained in:
2026-01-09 15:04:22 +01:00
parent 4d08c5e888
commit 7ffd7604f8

View File

@@ -7,6 +7,13 @@ if [ ! "$1" == "" ]; then
fi
echo "Formatting directory $(pwd)"
if [ -f .latexindent.yaml ]; then
echo "latexindent config found"
elif [ -f latexindent.yaml ]; then
echo "latexindent config found"
else
echo "No latexindent config found. Using defaults"
fi
files=$(find . -type f | grep "\.tex")