From ae7bd581fc7ddd692777ab23eb7159023b972f14 Mon Sep 17 00:00:00 2001 From: chocolatechipcats <47759676+chocolatechipcats@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:15:53 -0300 Subject: [PATCH] Split to new line Split new entries onto a new line --- resources/default_tweaks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index ba018fd034..6b49b2f602 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -77,7 +77,8 @@ author_name_suffixes = ('Jr', 'Sr', 'Inc', 'Ph.D', 'Phd', author_name_prefixes = ('Mr', 'Mrs', 'Ms', 'Dr', 'Prof') author_name_copywords = ('Agency', 'Corporation', 'Company', 'Co.', 'Council', 'Committee', 'Inc.', 'Institute', 'National', - 'Society', 'Club', 'Team','Software','Games','Entertainment','Media','Studios') + 'Society', 'Club', 'Team','Software', + 'Games','Entertainment','Media','Studios') author_use_surname_prefixes = False author_surname_prefixes = ('da', 'de', 'di', 'la', 'le', 'van', 'von')