From af671fb406360bafba1d91173e2956c76912dec4 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Thu, 19 Jan 2017 00:55:27 -0700 Subject: [PATCH] Add ruby settings to editor config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 51c4765..b40bc96 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ indent_size = 4 [*.md] indent_style = space + +[*.rb] +indent_style = space +indent_size = 2