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