ReSharper 2025.3 ヘルプ

VB.NET の EditorConfig プロパティ: タブとインデント

タブとインデント

インデントスタイル

プロパティ名:

indent_style , [resharper_]vb_indent_style

使用可能な値:

  • tab : タブ

  • space : スペース

例:

タブ

Namespace N Class C End Class End Namespace

スペース

Namespace N Class C End Class End Namespace

インデントサイズ

プロパティ名:

indent_size , [resharper_]vb_indent_size

使用可能な値:

整数

例:

値: 0

Namespace N Class C End Class End Namespace

値: 1

Namespace N Class C End Class End Namespace

値: 2

Namespace N Class C End Class End Namespace

タブの幅

プロパティ名:

tab_width , [resharper_]vb_tab_width

使用可能な値:

整数

例:

値: 0

Namespace N Class C End Class End Namespace

値: 1

Namespace N Class C End Class End Namespace

値: 2

Namespace N Class C End Class End Namespace

タブがインデントに使用されているときの整列方法

プロパティ名:

[resharper_]vb_alignment_tab_fill_style , [resharper_]alignment_tab_fill_style

使用可能な値:

  • use_spaces : スペースを使用する (任意のタブサイズで整列して見える)

  • use_tabs_only : タブのみを使用する (不正確)

  • optimal_fill : 最適な塗りつぶしのためにタブとスペースをミックス

2024 年 5 月 26 日