diff options
| author | Vu Quoc Huy <5112602+vqhuy@users.noreply.github.com> | 2025-11-28 20:51:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-28 11:51:35 -0800 |
| commit | 436cd94b3e01c8c4314645417ce40b1acdb5d2cb (patch) | |
| tree | 0cc47b4f5de73f9479f3194b0234d8c6018ba023 /test/formatters/samplecode/bibtex/in.bib | |
| parent | 1fac3a885d13680d60f161ed29cae1b2b3281f5d (diff) | |
Add support for bibtex-mode (#294)
Add support for `bibtex-mode` using emacs native function
`bibtex-reformat`.
Diffstat (limited to 'test/formatters/samplecode/bibtex/in.bib')
| -rw-r--r-- | test/formatters/samplecode/bibtex/in.bib | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/formatters/samplecode/bibtex/in.bib b/test/formatters/samplecode/bibtex/in.bib new file mode 100644 index 0000000..fcfbd6f --- /dev/null +++ b/test/formatters/samplecode/bibtex/in.bib @@ -0,0 +1,5 @@ +@article{key, + title={An Article}, + author = {John Doe}, +year=2020 +} |
