Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/njzjz/mirrors-bibtex-tidy

Mirror of mirrors-bibtex node package for pre-commit.
https://github.com/njzjz/mirrors-bibtex-tidy

Last synced: about 2 months ago
JSON representation

Mirror of mirrors-bibtex node package for pre-commit.

Awesome Lists containing this project

README

        

bibtex-tidy mirror
==================

Mirror of bibtex-tidy package for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit

For bibtex-tidy: see https://github.com/FlamingTempura/bibtex-tidy

### Using bibtex-tidy with pre-commit

Add this to your `.pre-commit-config.yaml`:

```yaml
- repo: https://github.com/njzjz/mirrors-bibtex-tidy
rev: '' # Use the sha / tag you want to point at
hooks:
- id: bibtex-tidy
```