Skip to content

Commit 1271f2e

Browse files
marcpopMSFTCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 5f8d27a commit 1271f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Coding Style and Changes:
55
- When generating code, run `dotnet format` to ensure uniform formatting.
66
- Prefer using file-based namespaces for new code.
77
- Do not allow unused `using` directives to be committed.
8-
- commit your changes, and then format them.
9-
- add the format commit SHA to the .git-blame-ignore-revs file so that the commit doesn't dirty git blame in the future
8+
- Commit your changes, and then format them.
9+
- Add the format commit SHA to the .git-blame-ignore-revs file so that the commit doesn't dirty git blame in the future
1010

1111
Testing:
1212
- Large changes should always include test changes.

0 commit comments

Comments
 (0)