Skip to content
Prev Previous commit
Next Next commit
Clarify XML documentation indentation guidance
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
  • Loading branch information
Copilot and Malcolmnixon committed Feb 10, 2026
commit b820c2920c9d19f21e450653ce1e324fb781453b
2 changes: 1 addition & 1 deletion .github/agents/software-developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var results = ProcessFile(options.InputFile);
### BuildMark-Specific Rules

- **XML Docs**: On ALL members (public/internal/private) with spaces after `///`
- Follow standard XML documentation formatting with 4-space indentation
- XML doc comments follow C# indentation (4 spaces)
- **Errors**: `ArgumentException` for parsing, `InvalidOperationException` for runtime issues
- **Namespace**: File-scoped namespaces only
- **Using Statements**: Top of file only
Expand Down