EditorConfig properties for VB.NET: Tabs and Indents
tip
Formatting preferences listed on this page can be also configured visually, on the Code Editing | VB.NET | Formatting Style | Tabs and Indents page of ReSharper options Alt+R, O.
indent_style
, [resharper_]vb_indent_style
tab
: Tabspace
: Spaces
tab |
---|
|
space |
---|
|
indent_size
, [resharper_]vb_indent_size
an integer
value: 0 |
---|
|
value: 1 |
---|
|
value: 2 |
---|
|
tab_width
, [resharper_]vb_tab_width
an integer
value: 0 |
---|
|
value: 1 |
---|
|
value: 2 |
---|
|
[resharper_]vb_alignment_tab_fill_style
, [resharper_]alignment_tab_fill_style
use_spaces
: Use spaces (looks aligned on any tab size)use_tabs_only
: Only use tabs (inaccurate)optimal_fill
: Mix tabs and spaces for optimal fill