From 369a87af80f8e6d20fc85aad3c1dc07cfe2898ba Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 20 Oct 2018 18:12:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Indent=20ruby=20with=202=20space?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c308ed0..0362eaf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[*.rb] +indent_size = 2