From 38906a371d6f61aec64dd8698f6a0291e2cd2597 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 0847a866..78aea711 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