From 18fa9b8bcb02aa5653b976cad7ec9c3123d4f372 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Tue, 14 Oct 2025 10:11:52 +0200 Subject: add dry-run example to citekeys doc --- tests/test-config.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-config.toml b/tests/test-config.toml index 8dd8014..704d8d8 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -61,7 +61,14 @@ custom_column = "series" # year_color = "135" [citekey_formatter] -fields = ["shorthand;;;;+","entrytype;;;;:", "author;2;;-;_", "title;3;6;=;_", "year", "publisher;;5;#;" ] +fields = [ + "shorthand;;;;+", + "entrytype;;;;:", + "author;2;;-;_", + "title;3;6;=;_", + "year", + "publisher;;5;#;" +] # fields = [ # CamelCase test # "author;2;;;", # "title;5;5;;", -- cgit v1.2.3