mapbox/node-cpp-skel

Improving code formatting docs with additional efficiency recommendations

Offen

#97 geöffnet am 03.01.2018

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (9 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (74 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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:

Contributor Guide