EnforcedStyle: no_space
SpaceBeforeBlockParameters: false
+# You can see results by "rubocop --only Layout/SpaceInsideHashLiteralBraces"
Layout/SpaceInsideHashLiteralBraces:
- Enabled: false
+ EnforcedStyle: no_space
Layout/TrailingWhitespace:
AllowInHeredoc: true
Layout/SpaceInsideBlockBraces:
Enabled: false
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
+# SupportedStyles: space, no_space, compact
+# SupportedStylesForEmptyBraces: space, no_space
+Layout/SpaceInsideHashLiteralBraces:
+ Enabled: false
+
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: space, no_space