diff --git a/core/lib/Drupal/Core/Config/FileStorage.php b/core/lib/Drupal/Core/Config/FileStorage.php index 98316c3..b52552f 100644 --- a/core/lib/Drupal/Core/Config/FileStorage.php +++ b/core/lib/Drupal/Core/Config/FileStorage.php @@ -141,6 +141,9 @@ class FileStorage implements StorageInterface { protected function getDumper() { if (!isset($this->dumper)) { $this->dumper = new Dumper(); + // Set Yaml\Dumper's default indentation for nested nodes/collections to + // 2 spaces for consistency with Drupal coding standards. + $this->dumper->setIndentation(2); } return $this->dumper; } diff --git a/core/modules/aggregator/config/aggregator.settings.yml b/core/modules/aggregator/config/aggregator.settings.yml index 8db22de..dfc0aa9 100644 --- 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: '