diff --git a/latex/fmt/format.sh b/latex/fmt/format.sh index 92e352d..01d4f11 100755 --- a/latex/fmt/format.sh +++ b/latex/fmt/format.sh @@ -1,6 +1,8 @@ #!/bin/sh if [ ! "$1" == "" ]; then + cp .latexindent.yaml "$1/" || true + cp latexindent.yaml "$1/" || true cd $1 fi