emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 61e1305 431/459: Indent constructor initial


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 61e1305 431/459: Indent constructor initializer
Date: Sun, 22 Aug 2021 14:00:16 -0400 (EDT)

branch: externals/csharp-mode
commit 61e1305802a4bb86b32411aadd9604993af0a9ca
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    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

[Prev in Thread] Current Thread [Next in Thread]