tabletop-companion/.rubocop.yml

19 lines
383 B
YAML
Raw Normal View History

2024-04-14 10:48:42 +00:00
inherit_gem:
rubocop-rails-omakase: rubocop.yml
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: consistent_comma
Layout/IndentationConsistency:
Enabled: true
Layout/IndentationWidth:
Enabled: true