mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
16 lines
236 B
YAML
16 lines
236 B
YAML
AllCops:
|
|
RunRailsCops: true
|
|
|
|
Style/AlignParameters:
|
|
EnforcedStyle: with_fixed_indentation
|
|
|
|
Style/HashSyntax:
|
|
EnforcedStyle: hash_rockets
|
|
|
|
Style/IndentHash:
|
|
EnforcedStyle: consistent
|
|
|
|
Style/LineLength:
|
|
Max: 78
|
|
AllowURI: true
|