mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-26 00:29:40 +02:00
* Minimal code style enforcement * Formatting and lint code updates (no change in functionality)
15 lines
No EOL
274 B
YAML
15 lines
No EOL
274 B
YAML
inherit_gem:
|
|
rubocop-rails-omakase: rubocop.yml
|
|
|
|
Layout/IndentationWidth:
|
|
Enabled: true
|
|
|
|
Layout/IndentationStyle:
|
|
EnforcedStyle: spaces
|
|
IndentationWidth: 2
|
|
|
|
Layout/IndentationConsistency:
|
|
Enabled: true
|
|
|
|
Layout/SpaceInsidePercentLiteralDelimiters:
|
|
Enabled: true |