Verified Commit a484c5dd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo,...

Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo, ravi.shankar, mradcliffe, adalbertov, himanshu_sindhwani, quondam, Vidushi Mehta, alexpott, longwave, anmolgoyal74: Fix indentation consistency in core's yaml files

(cherry picked from commit b29f980b)
parent 9e0541e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
      "requireReturn": false
    }],
    "no-unused-vars": ["warn"],
    "operator-linebreak": ["error", "after", { "overrides": { "?": "ignore", ":": "ignore" } }]
    "operator-linebreak": ["error", "after", { "overrides": { "?": "ignore", ":": "ignore" } }],
    "yml/indent": ["error", 2]
  }
}
+3 −3
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@ process:
    method: getFieldType
  entity_type: entity_type
  field_name: field_name
#  # The bundle needs to be statically mapped in order to support comment types
#  # that might already exist before this migration is run. See
#  # d7_comment_type.yml for more information.
  # The bundle needs to be statically mapped in order to support comment types
  # that might already exist before this migration is run. See
  # d7_comment_type.yml for more information.
  bundle:
    plugin: static_map
    source: bundle
+5 −5
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ source:
process:
  # If you are using both this migration and d6_user_picture_file in a custom
  # migration and executing migrations incrementally, it is strongly
    # recommended that you remove the fid mapping to avoid potential ID
    # conflicts. For that reason, this mapping is commented out by default.
  # recommended that you remove the fid mapping to avoid potential ID conflicts.
  # For that reason, this mapping is commented out by default.
  # fid: fid
  filename: filename
  source_full_path:
+2 −2
Original line number Diff line number Diff line
services:
# Provide 2 main content renderer services that use the same class but
# behave differently depending on the 2nd argument.
  # Provide 2 main content renderer services that use the same class but behave
  # differently depending on the 2nd argument.
  main_content_renderer.wide_modal:
    class: Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer
    arguments: ['@title_resolver', '@renderer', 'wide']
+1 −1

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+10 −10

File changed.

Contains only whitespace changes.

+30 −30

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+116 −116

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading