We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11369bc commit afd6e20Copy full SHA for afd6e20
1 file changed
.github/copilot-instructions.md
@@ -5,6 +5,10 @@ separately later in the PR lifecycle. **Prefer silence over uncertainty.** Only
5
flag substantive issues on changed lines. Skip stylistic preferences not listed
6
below. Do not nitpick.
7
8
+Do not comment on Spotless-covered formatting: indentation, wrapping, alignment,
9
+brace placement, imports, or whitespace. Do not ask authors to run the
10
+formatter. Only flag formatting that causes or hides a real correctness problem.
11
+
12
Use category tags like `[Style]`, `[Naming]`, `[Testing]`, `[General]`.
13
14
## [Style] Style Guide
0 commit comments