Skip to content

Commit

Permalink
do not indent bib files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Nov 11, 2023
1 parent 4e3fc1d commit 88e627d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latexindent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shopt -s nullglob # allow empty loops below
cd paper
for f in *.tex; do latexindent -l ./localSettings.yaml -m -r -w $f; done
for f in *.bib; do latexindent -l ./localSettings.yaml -m -r -w $f; done
# for f in *.bib; do latexindent -l ./localSettings.yaml -m -r -w $f; done
rm *.bak[0-9]
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4

0 comments on commit 88e627d

Please sign in to comment.