Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Guidelines

夢野 雫 edited this page Mar 29, 2023 · 3 revisions

Coding Style

  • Follow the Google formatting style.
    • A .vscode/ is included in the repo for convenience
    • Remember to indent with 2 spaces
  • Establish a consistent naming style.
    • snake_case for variables
    • camelCase for functions
    • PascalCase for classes and structs
    • ALL_CAPS for constants

Library Usage

Project Structure

Commit Messages

Clone this wiki locally