From dc4c30e2e19ce40b744a5848696745efee0da833 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 11 Jun 2025 14:41:45 +0200 Subject: [PATCH] fix: Add full-year to default options set --- papis_bbt_formatter/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/papis_bbt_formatter/__init__.py b/papis_bbt_formatter/__init__.py index 7d3052b..1634de5 100644 --- a/papis_bbt_formatter/__init__.py +++ b/papis_bbt_formatter/__init__.py @@ -14,6 +14,7 @@ DEFAULT_OPTIONS = { "default-formatter": "python", "title-words": 3, "title-chars": -1, + "full-year": True, } } papis.config.register_default_settings(DEFAULT_OPTIONS)