From 19ee24d559e426189205a93636cae51da797517a Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 15 Jan 2018 19:12:45 +0100 Subject: [PATCH] Enable the Layout/InitialIndentation cop --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 1b3601fa4..069eda4ae 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -118,7 +118,7 @@ Layout/IndentationWidth: Enabled: true Layout/InitialIndentation: - Enabled: false + Enabled: true Layout/LeadingCommentSpace: Enabled: false