Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 276 Bytes

File metadata and controls

6 lines (5 loc) · 276 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