Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If the workspace root contains a `srcs/` directory, it may contain symbolic link

**CRITICAL: Apply to ALL files you create or edit (bash scripts, Python, C++, YAML, Markdown, etc.)**

- All text files must end with exactly one newline character and no trailing blank lines
- All text files must have their final line be non-empty and terminated with a single newline character (linefeed), leaving no trailing blank lines
- **Never add trailing whitespace on any line** (spaces or tabs at end of lines)
- This includes blank lines - they should contain only the newline character, no spaces or tabs
- Exception: Markdown two-space line breaks (avoid; use proper paragraph breaks instead)
Expand Down