Chromium style

This commit is contained in:
Faraz Fallahi
2014-11-20 09:28:34 -06:00
parent f354593639
commit bd828f06e0

View File

@@ -559,7 +559,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Coding Style ## Coding Style
* [C++ Dos and Don'ts](http://www.chromium.org/developers/coding-style/cpp-dos-and-donts) * [C++ Dos and Don'ts](http://www.chromium.org/developers/coding-style/cpp-dos-and-donts) - The Chromium Projects > For Developers > Coding Style > C++ Dos and Don'ts.
* [google-styleguide](http://code.google.com/p/google-styleguide/) - Style guides for Google-originated open-source projects. * [google-styleguide](http://code.google.com/p/google-styleguide/) - Style guides for Google-originated open-source projects.
* [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) * [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)
* [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html) * [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html)