1 reference to OnlySmartIndentElseKeyword
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Formatting\CSharpSyntaxFormattingService.cs (1)
83
var onlySmartIndent = OnlySmartIndentBraceToken() ||
OnlySmartIndentElseKeyword
();