1 # Omakase Ruby styling for Rails
2 inherit_gem: { rubocop-rails-omakase: rubocop.yml }
34 # Overwrite or add rules to create your own house style
5 #
6 # # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
7 # Layout/SpaceInsideArrayLiteralBrackets:
8 # Enabled: false
9