Implemented interface member:
property
Category
Microsoft.CodeAnalysis.Tools.Formatters.ICodeFormatter.Category
5 overrides of Category
dotnet-format (5)
Formatters\CharsetFormatter.cs (1)
19public override FixCategory Category => FixCategory.Whitespace;
Formatters\EndOfLineFormatter.cs (1)
16public override FixCategory Category => FixCategory.Whitespace;
Formatters\FinalNewlineFormatter.cs (1)
15public override FixCategory Category => FixCategory.Whitespace;
Formatters\OrganizeImportsFormatter.cs (1)
20public override FixCategory Category => FixCategory.CodeStyle;
Formatters\WhitespaceFormatter.cs (1)
19public override FixCategory Category => FixCategory.Whitespace;