Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b33787f

Browse files
committed
Warn if no space after control flow statement
1 parent 425baea commit b33787f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ csharp_prefer_braces = false:suggestion
6767
csharp_style_deconstructed_variable_declaration = true:suggestion
6868
csharp_prefer_simple_default_expression = true:suggestion
6969
csharp_style_inlined_variable_declaration = true:suggestion
70+
71+
# Spacing options
72+
csharp_space_after_keywords_in_control_flow_statements = true:warning

0 commit comments

Comments
 (0)