We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239527c commit 0481983Copy full SHA for 0481983
csharp-mode.el
@@ -2934,7 +2934,7 @@ Otherwise run `c-inside-bracelist-p'."
2934
(class-close . 0)
2935
(class-open . 0)
2936
(comment-intro . c-lineup-comment)
2937
- (cpp-macro . 0)
+ (cpp-macro . [0])
2938
(cpp-macro-cont . c-lineup-dont-change)
2939
(defun-block-intro . +)
2940
(defun-close . 0)
test-files/indentation-tests.cs
@@ -188,3 +188,10 @@ public void CaseStamentIndentation()
188
}
189
190
191
+
192
+public class NestedPreProcessor
193
+{
194
+#if DEBUG
195
+ public static bool Debug = true;
196
+#endif
197
+}
0 commit comments