update agents

This commit is contained in:
Adam Hathcock
2025-10-27 10:19:57 +00:00
parent c696197b03
commit 63d08ebfd2

View File

@@ -26,6 +26,7 @@ applyTo: '**/*.cs'
- Use CSharpier for all code formatting to ensure consistent style across the project.
- Install CSharpier globally: `dotnet tool install -g csharpier`
- Format files with: `dotnet csharpier format .`
- **ALWAYS run `dotnet csharpier format .` after making code changes before committing.**
- Configure your IDE to format on save using CSharpier.
- CSharpier configuration can be customized via `.csharpierrc` file in the project root.
- Trust CSharpier's opinionated formatting decisions to maintain consistency.