aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ruby/indents.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/ruby/indents.toml')
-rw-r--r--runtime/queries/ruby/indents.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/runtime/queries/ruby/indents.toml b/runtime/queries/ruby/indents.toml
new file mode 100644
index 00000000..b417751f
--- /dev/null
+++ b/runtime/queries/ruby/indents.toml
@@ -0,0 +1,25 @@
+indent = [
+ "argument_list",
+ "array",
+ "begin",
+ "block",
+ "call",
+ "class",
+ "case",
+ "do_block",
+ "elsif",
+ "if",
+ "hash",
+ "method",
+ "module",
+ "singleton_class",
+ "singleton_method",
+]
+
+outdent = [
+ ")",
+ "}",
+ "]",
+ "end",
+ "when",
+]