name: format description: Format C# source files using CSharpier. Use after writing or modifying C# code to enforce consistent formatting. argument-hint: [path] allowed-tools: Bash(dotnet csharpier *)
Format C# source files using CSharpier.
Steps
Run:
dotnet csharpier format $ARGUMENTSIf no path argument is provided, format the whole repository:
dotnet csharpier format .Report which files were reformatted (CSharpier prints changed files to stdout).
Arguments
$ARGUMENTS — a file path, directory, or glob to format. Defaults to . (entire repo).