2 references to IndentationSize
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\FormattingOptions2.cs (1)
97
internal static readonly ImmutableArray<IOption2> EditorConfigOptions = [UseTabs, TabSize,
IndentationSize
, NewLine, InsertFinalNewLine];
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\LineFormattingOptions.cs (1)
26
IndentationSize = options.GetOption(FormattingOptions2.
IndentationSize
, language);