NLESC-JCER / cpp2wasm

Guide to make C++ available as a web application
https://nlesc-jcer.github.io/cpp2wasm/
Apache License 2.0
22 stars 6 forks source link

Standardize on code style #18

Open sverhoeven opened 4 years ago

sverhoeven commented 4 years ago

Use language specific code formatters to enforce a common style. For example use clang format with Google style for C++.