From af7828ac06ed6012bda749a607489ae9418133db Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Thu, 21 May 2020 02:58:42 +0300 Subject: [PATCH] Don't give in to the mainstream https://github.com/rubocop-hq/rubocop/pull/7952 --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 0847a8660..78aea7111 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -27,6 +27,9 @@ Naming/FileName: Exclude: - lib/rubocop-rspec.rb +Layout/LineLength: + Max: 80 # default: 120 + Layout/MultilineMethodCallIndentation: EnforcedStyle: indented