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