Formatting: Clean up better

This commit is contained in:
2026-01-09 15:08:22 +01:00
parent 7ffd7604f8
commit 7f35d4f340

View File

@@ -30,3 +30,9 @@ backups=$(find . -type f | grep "\.bak")
for backup in $backups; do
rm $backup
done
if [ -f .latexindent.yaml ]; then
rm .latexindent.yaml "$1/" || true
elif [ -f latexindent.yaml ]; then
rm latexindent.yaml "$1/" || true
fi