config/default.yml in rubocop-standard-4.0.2 vs config/default.yml in rubocop-standard-4.0.3

- old
+ new

@@ -23,10 +23,13 @@ Enabled: false Layout/EndOfLine: Enabled: true +Layout/IndentationStyle: + Enabled: true + Layout/InitialIndentation: Enabled: true Layout/LineLength: Enabled: false @@ -70,12 +73,9 @@ Layout/SpaceInsideRangeLiteral: Enabled: true Layout/SpaceInsideReferenceBrackets: - Enabled: true - -Layout/Tab: Enabled: true Layout/TrailingEmptyLines: Enabled: true