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 14:55:25 +01:00 committed by GitHub
parent 82492d74a8
commit 6e2b6258b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
(_ "{" "}" @end) @indent
(_ "[" "]" @end) @indent
(_ "(" ")" @end) @indent