Skip to content

Instantly share code, notes, and snippets.

@bplaat
Last active March 17, 2026 14:51
Show Gist options
  • Select an option

  • Save bplaat/d412f7b4e949c1e83d0d7bd96f4018e0 to your computer and use it in GitHub Desktop.

Select an option

Save bplaat/d412f7b4e949c1e83d0d7bd96f4018e0 to your computer and use it in GitHub Desktop.
Bassie's GitHub Copilot global system prompt
  • Use only ASCII characters for code and comments (e.g., use '-' instead of '—'), except where Unicode is required for correct code.
  • Never perform commits or any git actions.
  • Follow modern code standards, ensure code is clean and free of duplication.
  • For Rust, always assume clippy::uninlined_format_args is enabled.
  • For Angular projects, use zoneless-only signals and modern control flow templates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment