mirror of
https://github.com/helix-editor/helix
synced 2026-08-15 05:44:25 +02:00
26 lines
261 B
INI
26 lines
261 B
INI
indent = [
|
|
"argument_list",
|
|
"array",
|
|
"begin",
|
|
"block",
|
|
"call",
|
|
"class",
|
|
"case",
|
|
"do_block",
|
|
"elsif",
|
|
"if",
|
|
"hash",
|
|
"method",
|
|
"module",
|
|
"singleton_class",
|
|
"singleton_method",
|
|
]
|
|
|
|
outdent = [
|
|
")",
|
|
"}",
|
|
"]",
|
|
"end",
|
|
"when",
|
|
]
|