Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 370 Bytes

File metadata and controls

7 lines (6 loc) · 370 Bytes

Coding Style

  • General: Follow the rules defined in .editorconfig
  • Instance field: Do not use _ prefix for member variables
  • Warnings: Ensure there are no build warnings
  • Suppress warnings: If warning suppression is needed, ask before applying the fix
  • Line endings: Never change existing line endings, use CRLF for newly created text files