Skip to content
Style guides for Google-originated open-source projects
HTML Python XSLT CSS JavaScript Emacs Lisp Other
Find file
Latest commit 70d6b7d May 17, 2016 @andybons andybons Merge pull request #116 from Dominator008/javascript
Remove trailing whitespaces and a false claim in the JavaScript Style Guide
Failed to load latest commit information.
cpplint Update cpplint.py to r456 May 6, 2016
docguide Replaced HTTP where HTTPS been awailable. Apr 1, 2016
include Update C++ style guide to 4.45. Sep 8, 2014
README.md Replaced HTTP where HTTPS been awailable. Apr 1, 2016
Rguide.xml Reverted XML namespace name changes Apr 28, 2016
angularjs-google-style.html Replaced HTTP where HTTPS been awailable. Apr 1, 2016
cppguide.html Replaced HTTP where HTTPS been awailable. Apr 1, 2016
cppguide.xml Update C++ style guide to 4.45. Sep 8, 2014
eclipse-cpp-google-style.xml Add Google C++ Eclipse style config. Jun 29, 2012
eclipse-java-google-style.xml java style guide and eclipse configuration update Feb 3, 2014
google-c-style.el Add autoload magic comments for the functions exposed by google-c-style. Sep 29, 2014
google-r-style.html Restore redirect to Rguide.xml from r105. Jul 18, 2013
google_python_style.vim New file google_python_style.vim. Nov 29, 2010
htmlcssguide.xml Replaced HTTP where HTTPS been awailable. Apr 1, 2016
intellij-java-google-style.xml Adding config files for formatting for IntelliJ and Eclipse Aug 30, 2011
javaguide.css java style guide update: presentation Mar 21, 2014
javaguide.html Replaced HTTP where HTTPS been awailable. Apr 1, 2016
javaguidelink.png initial commit for java style guide Dec 17, 2013
javascriptguide.xml Merge pull request #116 from Dominator008/javascript May 17, 2016
jsoncstyleguide.html Update look and feel of the style guides Jul 12, 2010
jsoncstyleguide.xml Replaced HTTP where HTTPS been awailable. Apr 1, 2016
jsoncstyleguide_example_01.png Adding first iteration of the JSON-C Style Guide for JSON APIs Feb 22, 2010
jsoncstyleguide_example_02.png Adding first iteration of the JSON-C Style Guide for JSON APIs Feb 22, 2010
lispguide.xml Replaced HTTP where HTTPS been awailable. Apr 1, 2016
objcguide.xml Replaced HTTP where HTTPS been awailable. Apr 1, 2016
pyguide.html Reverted XML namespace name changes Apr 28, 2016
shell.xml Replaced HTTP where HTTPS been awailable. Apr 1, 2016
styleguide.css Update look and feel of the style guides Jul 12, 2010
styleguide.xsl Reverted XML namespace name changes Apr 28, 2016
vimscriptfull.xml Removed link shortening. Apr 1, 2016
vimscriptguide.xml Removed link shortening. Apr 1, 2016
xmlstyle.html Replaced HTTP where HTTPS been awailable. Apr 1, 2016

README.md

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, R 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 https://creativecommons.org/licenses/by/3.0/ for more details.

Creative Commons License

Something went wrong with that request. Please try again.