diff --git a/.rubocop.yml b/.rubocop.yml index ca58a6fce339d..17cd97673e55e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -158,6 +158,12 @@ Style/RedundantAssignment: Style/SwapValues: Enabled: false +Layout/LineContinuationLeadingSpace: + Description: >- + Disabled as it sometimes improves the readability of code having leading spaces + for indented code strings. + Enabled: false + Layout/ModuleHashOnNewLine: Enabled: true