📝 clang-format on Electron C++ code.

This commit is contained in:
Haojian Wu 2016-10-04 23:27:22 +02:00
parent a846088eac
commit 0d930b65f1
3 changed files with 38 additions and 2 deletions

View file

@ -88,6 +88,7 @@ an issue:
## Development
* [Coding Style](development/coding-style.md)
* [Using clang-format on Electron C++ Code](development/clang-format.md)
* [Source Code Directory Structure](development/source-code-directory-structure.md)
* [Technical Differences to NW.js (formerly node-webkit)](development/atom-shell-vs-node-webkit.md)
* [Build System Overview](development/build-system-overview.md)