Updated EditorConfig file for ruby-ll files.

This commit is contained in:
Yorick Peterse 2015-02-13 09:38:29 +01:00
parent c68b038e53
commit 8b910c700d
1 changed files with 1 additions and 1 deletions

View File

@ -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}]