1 reference to AllowBlankLinesBetweenConsecutiveBraces
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\NewLines\ConsecutiveBracePlacement\ConsecutiveBracePlacementDiagnosticAnalyzer.cs (1)
36
var option = context.GetCSharpAnalyzerOptions().
AllowBlankLinesBetweenConsecutiveBraces
;