mapbox/node-cpp-skel

Improving code formatting docs with additional efficiency recommendations

オープン

#97 opened on 2018/01/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (9 件のフォーク)auto 404
help wanted

Repository metrics

Stars
 (74 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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:

コントリビューターガイド