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:

貢獻者指南