From 1971ea96f5426d7eec80204dad1bd9472e07221c Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 10 Feb 2025 18:13:18 -0800 Subject: [PATCH] Create .rubocop.yml --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..0e1061a --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,2 @@ +Layout/MultilineOperationIndentation: + EnforcedStyle: aligned