mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:06:40 +00:00
Add .rubocop.yml
This commit is contained in:
12
rubocop.yml
Normal file
12
rubocop.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
Style/AlignParameters:
|
||||
EnforcedStyle: with_fixed_indentation
|
||||
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: hash_rockets
|
||||
|
||||
Style/IndentHash:
|
||||
EnforcedStyle: consistent
|
||||
|
||||
Style/LineLength:
|
||||
Max: 78
|
||||
AllowURI: true
|
||||
Reference in New Issue
Block a user