From 7a52a0c3f296e5f641bd952402ba8c35841912de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 18 Nov 2018 22:08:16 -0500 Subject: [PATCH] Add my patch to fix Google Docs ironic insertion of bad MSDOS carriage returns --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c3924d..195c885 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,8 @@ "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" }, "drupal/wysiwyg_linebreaks": { - "Conversion Method settings not saved": "https://www.drupal.org/files/issues/settings_not_saved-2917621-1.patch" + "Conversion Method settings not saved": "https://www.drupal.org/files/issues/settings_not_saved-2917621-1.patch", + "Excess line breaks keep getting added": "https://www.drupal.org/files/issues/2018-11-18/excess-line-breaks-keep-getting-added-3013853-5.patch" } } }