branch: externals/csharp-mode
commit 58928afd8462310998316749fa2baafb3ff3dcb2
Author: Theodor Thornhill <t...@thornhill.no>
Commit: Theodor Thornhill <t...@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