styleguide
styleguide copied to clipboard
Style guides for Google-originated open-source projects
GitHub suggests that the CODEOWNERS file be in the .github directory.
in cppguide.html, Could somebody please elaborate 'use a const pointer when the non-optional form would have used a reference'? It will be also helpful if some examples can be added....
Reverts google/styleguide#478
These style guides are copies of Google's internal style guides to assist developers working on Google owned and originated open source projects. Changes should be made to the internal style...
I would love to see your code style for Kotlin as a configuration file for IntelliJ
Both [eclipse-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml) and [intellij-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml) were last updated 4 years ago and are effectively obsolete. Google has moved its focus to [google-java-format](https://github.com/google/google-java-format) because “Eclipse and IntelliJ IDEA weren’t flexible enough to...
Please append framework-specific style guides like Django or Express to preserve the comprehensibility of the repo
Right now this just uses the snippets from the styleguide.