diff --git a/eclipse-solargraph-plugin/language-configuration/ruby-configuration.json b/eclipse-solargraph-plugin/language-configuration/ruby-configuration.json index b8a6d4d..a8e7527 100644 --- a/eclipse-solargraph-plugin/language-configuration/ruby-configuration.json +++ b/eclipse-solargraph-plugin/language-configuration/ruby-configuration.json @@ -23,9 +23,5 @@ ["\"", "\""], ["'", "'"], ["`", "`"] - ], - "indentationRules": { - "increaseIndentPattern": "^\\s*((begin|class|(private|protected)\\s+def|def|else|elsif|ensure|for|if|module|rescue|unless|until|when|while|case)|([^#]*\\sdo\\b)|([^#]*=\\s*(case|if|unless)))\\b([^#\\{;]|(\"|'|\/).*\\4)*(#.*)?$", - "decreaseIndentPattern": "^\\s*([}\\]]([,)]?\\s*(#|$)|\\.[a-zA-Z_]\\w*\\b)|(end|rescue|ensure|else|elsif|when)\\b)" - } -} \ No newline at end of file + ] +}