mirror of https://github.com/helix-editor/helix
Merge branch 'master' into help-command
commit
911efce77d
@ -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",
|
||||||
|
]
|
Loading…
Reference in New Issue