Formatting: Copy over indentconfig if possible

This commit is contained in:
2026-01-09 14:57:49 +01:00
parent a909be1876
commit 4d08c5e888

View File

@@ -1,6 +1,8 @@
#!/bin/sh #!/bin/sh
if [ ! "$1" == "" ]; then if [ ! "$1" == "" ]; then
cp .latexindent.yaml "$1/" || true
cp latexindent.yaml "$1/" || true
cd $1 cd $1
fi fi