From 762b7c43f50efc10fec548c42ce532b7a137f2ec Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Sat, 12 Aug 2023 17:13:01 -1000 Subject: [PATCH] Update rubocop --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 6dc1783d..1ec2cd62 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -105,6 +105,7 @@ Layout/IndentationConsistency: # Two spaces, no tabs (for indentation). Layout/IndentationWidth: Enabled: true + Width: 2 Layout/LeadingCommentSpace: Enabled: true