Minor edits to clang-format guide

This commit is contained in:
Kevin Sawicki 2016-10-07 14:03:03 -07:00
parent 0d930b65f1
commit f872799f5c
2 changed files with 23 additions and 23 deletions

View file

@ -88,7 +88,7 @@ an issue:
## Development
* [Coding Style](development/coding-style.md)
* [Using clang-format on Electron C++ Code](development/clang-format.md)
* [Using clang-format on 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)