Sha256: b3e7d98ae4b4b576af5a6b145434178d2ac09500cccc667283ef2775729b323c
Contents?: true
Size: 750 Bytes
Versions: 15
Compression:
Stored size: 750 Bytes
Contents
# layout cop settings Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/CaseIndentation: EnforcedStyle: end SupportedStyles: - case - end IndentOneStep: true Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/FirstHashElementIndentation: EnforcedStyle: consistent # # There are good reasons for key as well as table style. # Layout/HashAlignment: Enabled: false Layout/LineLength: Exclude: - "spec/**/*" Max: 140 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/SpaceInsideBlockBraces: EnforcedStyle: space EnforcedStyleForEmptyBraces: no_space SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space
Version data entries
15 entries across 15 versions & 2 rubygems