Use clang-format
and follow Chromium coding style.
$ npm install -g clang-format
For C++ code, please refer to Using clang-format on C++ Code.
$ clang-format -i src/binding.cc
For JS code, please refer to Formatting .js with clang-format.
$ clang-format -i -style=Google test/network.js