Skip to content

Commit 3c957af

Browse files
Standardize on RFC 2119 semantics
1 parent 81fb534 commit 3c957af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/instructions/universal.instructions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Standardize and improve code with consistent formatting, structure,
55

66
## Universal Authoring Guidelines
77

8-
Lines SHALL not exceed 150 characters.
9-
Lines SHALL not have trailing whitespace at the end of lines, including blank lines.
10-
All files MUST end with a single newline.
11-
Paths SHALL use forward slashes (`/`), not backslashes (`\`) for compatibility across operating systems.
12-
Files SHALL use UTF-8 encoding.
13-
Files SHALL use Unix line endings (LF).
8+
- Lines MUST NOT exceed 150 characters.
9+
- Lines MUST NOT have trailing whitespace at the end of lines, including blank lines.
10+
- All files MUST end with a single newline.
11+
- Paths MUST use forward slashes (`/`), not backslashes (`\`) for compatibility across operating systems.
12+
- Files MUST use UTF-8 encoding.
13+
- Files MUST use Unix line endings (LF).

0 commit comments

Comments
 (0)