
This PR adds an initial `indents.scm` to the C#-extension in order to support auto-indentation with brackets. Release Notes: - N/A
3 lines
75 B
Scheme
3 lines
75 B
Scheme
(_ "{" "}" @end) @indent
|
|
(_ "[" "]" @end) @indent
|
|
(_ "(" ")" @end) @indent
|