Skip to content

Commit 2e31ef7

Browse files
authored
Apply suggestion from @hoyosjs
1 parent 28576b2 commit 2e31ef7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ The repository follows standard .NET coding conventions defined in the `.editorc
157157
```
158158
6. **Using directives**: Must be placed **outside** the namespace declaration
159159
7. **Var keyword**: Avoid using `var` - use explicit types (configured as error when type is apparent)
160-
8. **File organization**: One type per file, filename matches type name
161-
9. **Additional rules**:
160+
8. **Additional rules**:
162161
- Trim trailing whitespace
163162
- Insert final newline
164163
- Prefer braces even for single-line blocks

0 commit comments

Comments
 (0)