Skip to content
Guo-Rong edited this page Aug 15, 2024 · 1 revision

Languages

furble is an Arduino project, however using Arduino constructs is discouraged. The code is primarily a mixture of C and C++.

Style

clang-format is used to ensure style consistency, a continuous integration job runs on PRs to enforce consistency.

Clone this wiki locally