From 8b910c700df1d4bbfee2253889eceaafd846c0f2 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 13 Feb 2015 09:38:29 +0100 Subject: [PATCH] Updated EditorConfig file for ruby-ll files. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8e73145..fd4fb81 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ end_of_line = lf indent_style = spaces trim_trailing_whitespace = true -[*.{y,rb,rl}] +[*.{y,rb,rl,rll}] indent_size = 2 [*.{h,c,java}]