mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
802f53a10a
YAML does not permit tabs and many parsers will error when loading a tab-indented file - http://www.yaml.org/faq.html
30 lines
451 B
YAML
30 lines
451 B
YAML
# Rails:
|
|
# Enabled: true
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.3
|
|
Include:
|
|
- '**/Rakefile'
|
|
- '**/config.ru'
|
|
- '**/Gemfile'
|
|
|
|
Metrics/LineLength:
|
|
Max: 120
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/DotPosition:
|
|
EnforcedStyle: trailing
|
|
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: false
|
|
|
|
Style/Lambda:
|
|
Enabled: false
|
|
|
|
Style/MultilineMethodCallIndentation:
|
|
EnforcedStyle: indented
|
|
|
|
Style/TrailingUnderscoreVariable:
|
|
Enabled: false
|