mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
Lint check .bib file #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Nov 11, 2023).
Originally assigned to: @uchendui on GitHub.
It would be good to sort the bib tex file to keep things organized.
Perhaps integrate BibTeX Tidy into a build action.
@profvjreddi commented on GitHub (Nov 21, 2023):
Current I am using the following by default when I manually lint it.
`
bibtex-tidy --omit=abstract,file,shorttitle,annote,keywords,issn,doi --curly --numeric --months --tab --align=13 --blank-lines --sort=key --duplicates=key --merge=combine --sort-fields --strip-comments --trailing-commas --remove-empty-fields YOUR_FILE.bib
`
@uchendui commented on GitHub (Nov 22, 2023):
Looks good! I'll put that into an Action