Formatting: Copy over indentconfig if possible
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user