7 references to Whitespace
dotnet-format (7)
CodeFormatter.cs (1)
40: await OpenMSBuildWorkspaceAsync(formatOptions.WorkspaceFilePath, formatOptions.WorkspaceType, formatOptions.NoRestore, formatOptions.FixCategory != FixCategory.Whitespace, formatOptions.BinaryLogPath, logWorkspaceWarnings, logger, formatOptions.TargetFramework, cancellationToken).ConfigureAwait(false);
Commands\FormatWhitespaceCommand.cs (1)
69formatOptions = formatOptions with { FixCategory = FixCategory.Whitespace };
Commands\RootFormatCommand.cs (1)
60formatOptions = formatOptions with { FixCategory = FixCategory.Whitespace | FixCategory.CodeStyle | FixCategory.Analyzers };
Formatters\CharsetFormatter.cs (1)
20public override FixCategory Category => FixCategory.Whitespace;
Formatters\EndOfLineFormatter.cs (1)
17public override FixCategory Category => FixCategory.Whitespace;
Formatters\FinalNewlineFormatter.cs (1)
16public override FixCategory Category => FixCategory.Whitespace;
Formatters\WhitespaceFormatter.cs (1)
20public override FixCategory Category => FixCategory.Whitespace;