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

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

[elpa] externals/csharp-mode 58928af 383/459: Indent object creation exp


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 58928af 383/459: Indent object creation expression
Date: Sun, 22 Aug 2021 14:00:06 -0400 (EDT)

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

    Indent object creation expression
---
 csharp-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/csharp-mode.el b/csharp-mode.el
index e5eb3ea..fa4ffbb 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -178,6 +178,7 @@ Key bindings:
                        (namespace_declaration
                         class_declaration
                         method_declaration
+                        object_creation_expression
                         for_each_statement
                         if_statement))
           (indent-body . ;; if parent node is one of these and current node is 
in middle → indent



reply via email to

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