Skip to content

Latest commit

 

History

History
executable file
·
7 lines (4 loc) · 328 Bytes

CODING_STYLE_GUIDELINES.md

File metadata and controls

executable file
·
7 lines (4 loc) · 328 Bytes

Coding Style Guidelines for Arduino SSD1306 Sinescroller

Where applicable, follow the Google C++ Style Guide with the following modifications:

  1. Braces should always be used for conditionals, loops and switch statements.

  2. Braces should always be on a new line.