EditorConfig properties for VB.NET: Other
Last modified: 28 December 2022tip
Formatting preferences listed on this page can be also configured visually, on the Code Editing | VB.NET | Formatting Style | Other page of ReSharper options (Alt+R, O).
Align multiline constructs
Method parameters
Property names:
[resharper_]vb_align_multiline_parameter
, [resharper_]align_multiline_parameter
Possible values:
true | false
Examples:
true |
---|
|
false |
---|
|
Invocation arguments
Property names:
[resharper_]vb_align_multiline_argument
, [resharper_]align_multiline_argument
Possible values:
true | false
Examples:
true |
---|
|
false |
---|
|
Implements/handles list
Property names:
[resharper_]vb_align_multiline_implements_list
, [resharper_]align_multiline_implements_list
Possible values:
true | false
Expression
Property names:
[resharper_]vb_align_multiline_expression
, [resharper_]align_multiline_expression
Possible values:
true | false
Examples:
true |
---|
|
false |
---|
|
Array initializer
Property names:
[resharper_]vb_align_multiline_array_initializer
, [resharper_]align_multiline_array_initializer
Possible values:
true | false
Examples:
true |
---|
|
false |
---|
|
Multiple declaration list
Property names:
[resharper_]vb_align_multiple_declaration
, [resharper_]align_multiple_declaration
Possible values:
true | false
Examples:
true |
---|
|
false |
---|
|
Other
Indent 'case' from 'select'
Property names:
[resharper_]vb_indent_case_from_select
, [resharper_]indent_case_from_select
Possible values:
true | false
Examples:
true |
---|
|
false |
---|
|
Don't indent comments started at first column
Property names:
[resharper_]vb_stick_comment
, [resharper_]stick_comment
Possible values:
true | false
Examples:
Before formatting | After formatting, true |
---|---|
|
|
Before formatting | After formatting, false |
---|---|
|
|