Lines Matching +refs:google +refs:set +refs:c +refs:style
4 Every major open-source project has its own style guide: a set of conventions
7 consistent style.
11 ([google/styleguide](https://github.com/google/styleguide)) links to the
12 style guidelines we use for Google code. If you are modifying a project that
13 originated at Google, you may be pointed to this page to see the style guides
21 also contains [cpplint][cpplint], a tool to assist with style guide compliance,
22 and [google-c-style.el][emacs], an Emacs settings file for Google style.
25 Document Format Style Guide][xml] may be helpful. In addition to actual style
29 The style guides in this project are licensed under the CC-By 3.0 License,
33 The following Google style guides live outside of this project:
36 …creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" s…
38 [cpp]: https://google.github.io/styleguide/cppguide.html
40 [java]: https://google.github.io/styleguide/javaguide.html
41 [py]: https://google.github.io/styleguide/pyguide.html
42 [r]: https://google.github.io/styleguide/Rguide.xml
43 [sh]: https://google.github.io/styleguide/shell.xml
44 [htmlcss]: https://google.github.io/styleguide/htmlcssguide.html
45 [js]: https://google.github.io/styleguide/jsguide.html
46 [angular]: https://google.github.io/styleguide/angularjs-google-style.html
47 [cl]: https://google.github.io/styleguide/lispguide.xml
48 [vim]: https://google.github.io/styleguide/vimscriptguide.xml
49 [cpplint]: https://github.com/google/styleguide/tree/gh-pages/cpplint
50 [emacs]: https://raw.githubusercontent.com/google/styleguide/gh-pages/google-c-style.el
51 [xml]: https://google.github.io/styleguide/xmlstyle.html