Style guides for Google-originated open-source projects
Go to file
2015-10-26 14:41:27 +01:00
cpplint update link to point to github instead of googlecode 2015-10-13 15:58:53 -07:00
docguide Fix unclear line limit 2015-09-03 19:04:20 -07:00
include Update C++ style guide to 4.45. 2014-09-08 17:01:51 +00:00
angularjs-google-style.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
cppguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
eclipse-cpp-google-style.xml Add Google C++ Eclipse style config. 2012-06-29 19:26:15 +00:00
eclipse-java-google-style.xml java style guide and eclipse configuration update 2014-02-03 23:39:45 +00:00
google_python_style.vim New file google_python_style.vim. 2010-11-29 20:32:06 +00:00
google-c-style.el Add autoload magic comments for the functions exposed by google-c-style. 2014-09-29 18:18:46 +00:00
htmlcssguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
intellij-java-google-style.xml Adding config files for formatting for IntelliJ and Eclipse 2011-08-30 11:23:49 +00:00
javaguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
javascriptguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
jsoncstyleguide_example_01.png Adding first iteration of the JSON-C Style Guide for JSON APIs 2010-02-22 22:39:56 +00:00
jsoncstyleguide_example_02.png Adding first iteration of the JSON-C Style Guide for JSON APIs 2010-02-22 22:39:56 +00:00
jsoncstyleguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
lispguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
objcguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
pyguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
README.md Update README.md to link to the served versions of all the pages. 2015-05-20 15:29:26 -07:00
Rguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
shell.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
vimscriptfull.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
vimscriptguide.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00
xmlstyle.asciidoc Guides as Asciidoc files 2015-10-26 14:41:27 +01:00

Google Style Guides

Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.

“Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project holds the style guidelines we use for Google code. If you are modifying a project that originated at Google, you may be pointed to this page to see the style guides that apply to that project.

Our C++ Style Guide, Objective-C Style Guide, Java Style Guide, Python Style Guide, Shell Style Guide, HTML/CSS Style Guide, JavaScript Style Guide, AngularJS Style Guide, Common Lisp Style Guide, and Vimscript Style Guide are now available. We have also released cpplint, a tool to assist with style guide compliance, and google-c-style.el, an Emacs settings file for Google style.

If your project requires that you create a new XML document format, our XML Document Format Style Guide may be helpful. In addition to actual style rules, it also contains advice on designing your own vs. adapting an existing format, on XML instance document formatting, and on elements vs. attributes.

These style guides are licensed under the CC-By 3.0 License, which encourages you to share these documents. See http://creativecommons.org/licenses/by/3.0/ for more details.