styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

Style guides for Google-originated open-source projects

Results 248 styleguide issues
Sort by recently updated
recently updated
newest added

``` removed default bool false expressions: '0', [] and {} do evaluate as false ``` Original issue reported on code.google.com by `[email protected]` on 21 Feb 2013 at 10:11 Attachments: -...

auto-migrated
Type-Patch
lang:js

I have copied intellij-java-google-style.xml to config/codestyles folder, but even so new GoogleStyle schema appear in settings it seems that this schema just ignore settings from provided xml and used default...

lang:java

``` Could someone upload a .astylerc configured for Google Style? This could help a lot of command line users ensure Google Style, who don't use Eclipse/IntelliJ. ``` Original issue reported...

lang:java

Just like google-c-style.el, :) Thanks!

lang:java

originally reported by Googlers ( @ekuefler ) at https://github.com/checkstyle/checkstyle/pull/1545 see all details there. it is proved by report on Guava that style guide mean that inline tokes should be allowed...

lang:java

The [JSON Style Guide](https://google.github.io/styleguide/jsoncstyleguide.xml) says that _property names must be camel-cased_. There's no definition of the term given. The [Wikipedia](https://en.wikipedia.org/wiki/Camel_case) article shows that there are many variations of camel case,...

enhancement
lang:js

Even though I am using the most recent build of Eclipse, I get: ``` This profile has been created with a more recent Eclipse build than the one you are...

lang:java

Here is the problematic auto indented output I see: ``` Child::Child(int m) : Parent(m) { } Child::Child(int m) : Parent(m), m(m), a(m) { } Child::Child(int m) : Parent(m), m(m) {...

lang:cpp

Hi there, I use emacs GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.30) in ubuntu 16.04 desktop. I use the goole-c-style.el for c++ coding, but the public notation indent is not...

lang:cpp

It seems to me that google-c-lineup-expression-plus-4 should not be "plus 4 spaces" but rather "plus c-basic-offset * 2". If you use the style checker with the "--android" flag, it insists...

lang:cpp