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