Formatting: Copy over indentconfig if possible
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! "$1" == "" ]; then
|
||||
cp .latexindent.yaml "$1/" || true
|
||||
cp latexindent.yaml "$1/" || true
|
||||
cd $1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user