From 357aba50f5329ab64f04dbbefac84d8d342f50d0 Mon Sep 17 00:00:00 2001 From: John Sloan Date: Thu, 27 Jul 2017 11:43:38 -0500 Subject: [PATCH] Layout/AccessModifierIndentation: set EnforcedStyle: outdent --- default.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.yml b/default.yml index 240c407..2d7a52f 100644 --- a/default.yml +++ b/default.yml @@ -1,6 +1,9 @@ Documentation: Enabled: false +Layout/AccessModifierIndentation: + EnforcedStyle: outdent + Metrics/LineLength: Max: 100