mapbox/node-cpp-skel

Improving code formatting docs with additional efficiency recommendations

Aperta

#97 aperta il 3 gen 2018

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (9 fork)auto 404
help wanted

Metriche repository

Star
 (74 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

node-cpp-skel has support for:

  • a .clang-format style file that provides formatting rules (which can be modified/customized)
  • make format an easy command to run to consistently format all the code (and ensure a consistent version of clang-format is available)
  • a travis job that runs a check to catch when you've forgotten to format your code and in contains incorrectly formatted code (uses same clang-format version as is used locally by make format)

We can improve by adding docs/recommendations for developers for how to:

Guida contributor