# Omakase Ruby styling for Rails inherit_gem: { rubocop-rails-omakase: rubocop.yml } AllCops: TargetRubyVersion: 3.3 Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes # Overwrite or add rules to create your own house style # # # Use `[a, [b, c]]` not `[ a, [ b, c ] ]` # Layout/SpaceInsideArrayLiteralBrackets: # Enabled: false