1 reference to SpacesIgnoreAroundVariableDeclaration
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFormattingOptions.cs (1)
73
(options.GetOption(CSharpFormattingOptions2.
SpacesIgnoreAroundVariableDeclaration
, fallbackOptions.Spacing.HasFlag(SpacePlacement.IgnoreAroundVariableDeclaration)) ? SpacePlacement.IgnoreAroundVariableDeclaration : 0) |