Files
maybe/.rubocop.yml

15 lines
274 B
YAML
Raw Permalink Normal View History

inherit_gem:
rubocop-rails-omakase: rubocop.yml
Layout/IndentationWidth:
Enabled: true
2024-02-02 09:05:04 -06:00
Layout/IndentationStyle:
EnforcedStyle: spaces
IndentationWidth: 2
Layout/IndentationConsistency:
Enabled: true
Layout/SpaceInsidePercentLiteralDelimiters:
Enabled: true