From b272dbfd1fda69852374ae5f5db31e1f943a6bd8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:07:02 +0000 Subject: [PATCH] Clarify CSharpier should be run from project root Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com> --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ad8603de..8275b651 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,8 +31,8 @@ SharpCompress is a pure C# compression library supporting multiple archive forma - Use CSharpier for code formatting to ensure consistent style across the project - CSharpier is configured as a local tool in `.config/dotnet-tools.json` - Restore tools with: `dotnet tool restore` -- Format files with: `dotnet csharpier .` -- **Run `dotnet csharpier .` after making code changes before committing** +- Format files from the project root with: `dotnet csharpier .` +- **Run `dotnet csharpier .` from the project root after making code changes before committing** - Configure your IDE to format on save using CSharpier for the best experience - The project also uses `.editorconfig` for editor settings (indentation, encoding, etc.) - Let CSharpier handle code style while `.editorconfig` handles editor behavior