1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/.rubocop/layout.yml

18 lines
360 B
YAML

---
Layout/ArgumentAlignment:
EnforcedStyle: with_first_argument
Layout/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true
Layout/EndAlignment:
EnforcedStyleAlignWith: keyword
Layout/ExtraSpacing:
AllowForAlignment: true
Layout/MultilineMethodCallIndentation:
EnforcedStyle: aligned
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: space