diff -u b/core/lib/Drupal/Core/Config/FileStorage.php b/core/lib/Drupal/Core/Config/FileStorage.php --- b/core/lib/Drupal/Core/Config/FileStorage.php +++ b/core/lib/Drupal/Core/Config/FileStorage.php @@ -76,6 +76,9 @@ protected static function getDumper() { if (!isset(self::$dumper)) { self::$dumper = new Dumper(); + // Set indentation to 2 spaces to bring it into line with Drupal coding + // standards. + self::$dumper->setIndentation(2); } return self::$dumper; } only in patch2: unchanged: --- a/core/modules/aggregator/config/aggregator.settings.yml +++ b/core/modules/aggregator/config/aggregator.settings.yml @@ -1,11 +1,11 @@ fetcher: aggregator parser: aggregator processors: - - aggregator + - aggregator items: - allowed_html: '