csharp: Add bracket indents (#22599)

This PR adds an initial `indents.scm` to the C#-extension in order to
support auto-indentation with brackets.

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-01-03 13:55:25 +00:00
committed by GitHub
parent 82492d74a8
commit 6e2b6258b1
@@ -0,0 +1,3 @@
(_ "{" "}" @end) @indent
(_ "[" "]" @end) @indent
(_ "(" ")" @end) @indent