Editorconfig Guide
.e
New line before open brace
EditorConfig key: csharp-new-line-before-open-brace
New line before open brace
csharp-new-line-before-open-brace
This option controls for which code constructs an open brace should be placed on a new line.
Default value:
all
Possible values:
all
none
accessors
anonymous_methods
anonymous_types
control_blocks
events
indexers
lambdas
local_functions
methods
object_collection_array_initializers
properties
types
Examples
all
none
accessors
anonymous_methods
anonymous_types
control_blocks
events
indexers
lambdas
local_functions
methods
object_collection_array_initializers
properties
types