From bba42bb7084e9adc07c05604f917a2f7656b1821 Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Wed, 1 May 2019 15:14:58 -0400 Subject: [PATCH] Update .rubocop.yml --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3b5e98e8..2faaa16c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -224,7 +224,7 @@ Layout/IndentationConsistency: Layout/IndentationWidth: Width: 2 -Layout/IndentArray: +Layout/IndentFirstArrayElement: EnforcedStyle: consistent SupportedStyles: - special_inside_parentheses