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

Version Path
proformaxml-1.5.2 .rubocop/layout.yml
dachsfisch-1.0.2 .rubocop/layout.yml
dachsfisch-1.0.1 .rubocop/layout.yml
proformaxml-1.5.1 .rubocop/layout.yml
proformaxml-1.5.0 .rubocop/layout.yml
proformaxml-1.4.0 .rubocop/layout.yml
proformaxml-1.3.0 .rubocop/layout.yml
proformaxml-1.2.0 .rubocop/layout.yml
dachsfisch-1.0.0 .rubocop/layout.yml
proformaxml-1.1.0 .rubocop/layout.yml
dachsfisch-0.2.0 .rubocop/layout.yml
dachsfisch-0.1.1 .rubocop/layout.yml
proformaxml-1.0.0 .rubocop/layout.yml
proformaxml-0.10.0 .rubocop/layout.yml
dachsfisch-0.1.0 .rubocop/layout.yml