mapbox/node-cpp-skel

Improving code formatting docs with additional efficiency recommendations

开放

#97 创建于 2018年1月3日

 (0 条评论) (0 个反应) (0 位负责人)C++ (9 个派生)auto 404
help wanted

仓库指标

星标
 (74 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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:

贡献者指南