branch: externals/csharp-mode
commit 61e1305802a4bb86b32411aadd9604993af0a9ca
Author: Theodor Thornhill <[email protected]>
Commit: Theodor Thornhill <[email protected]>

    Indent constructor initializer
---
 csharp-tree-sitter.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/csharp-tree-sitter.el b/csharp-tree-sitter.el
index b4c96c0..a28458c 100644
--- a/csharp-tree-sitter.el
+++ b/csharp-tree-sitter.el
@@ -267,6 +267,7 @@
                  arrow_expression_clause
                  parameter_list
                  conditional_expression
+                 constructor_initializer
                  "."))
     (indent-rest . ;; if parent node is one of these and node is not first → 
indent
                  (

Reply via email to