2 references to DefaultIndentStyle
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingOptions2.cs (1)
64
defaultValue: IndentationOptions.
DefaultIndentStyle
,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\IndentationOptions.cs (1)
15
[DataMember(Order = 2)] public FormattingOptions2.IndentStyle IndentStyle { get; init; } =
DefaultIndentStyle
;