We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8d27a commit 1271f2eCopy full SHA for 1271f2e
.github/copilot-instructions.md
@@ -5,8 +5,8 @@ Coding Style and Changes:
5
- When generating code, run `dotnet format` to ensure uniform formatting.
6
- Prefer using file-based namespaces for new code.
7
- 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
+- Commit your changes, and then format them.
+- Add the format commit SHA to the .git-blame-ignore-revs file so that the commit doesn't dirty git blame in the future
10
11
Testing:
12
- Large changes should always include test changes.
0 commit comments