GitHub
github.com › google › google-java-format
GitHub - google/google-java-format: Reformats Java source code to comply with Google Java Style. · GitHub
August 14, 2026 - Reformats Java source code to comply with Google Java Style. - google/google-java-format
Author: google
Google
google.github.io › styleguide › javaguide.html
Google Java Style Guide
This document serves as the complete definition of Google's coding standards for source code in the Java™ Programming Language. A Java source file is described as being in Google Style if and only if it adheres to the rules herein.
GitHub
github.com › google › styleguide › blob › gh-pages › intellij-java-google-style.xml
styleguide/intellij-java-google-style.xml at gh-pages · google/styleguide
<codeStyleSettings language="JAVA"> <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" /> <option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> <option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" /> <option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> <option name="ALIGN_MULTILINE_RESOURCES" value="false" /> <option name="ALIGN_MULTILINE_FOR" value="false" /> <option name="CALL_PARAMETERS_WRAP" value="1" /> <option name="METHOD_PARAMETERS_WRAP" value="1" /> <option name="EXTENDS_LIST_WRAP" value="1" /> <option name="THROWS_KEYWORD_W
Author: google
GitHub
github.com › google › styleguide
GitHub - google/styleguide: Style guides for Google-originated open-source projects · GitHub
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 (google/styleguide) links to the style guidelines we use for Google code.
Author: google
SourceForge
sourceforge.net › projects › google-java-format.mirror
google-java-format download | SourceForge.net
July 30, 2026 - This is an exact mirror of the google-java-format project, hosted at https://github.com/google/google-java-format. SourceForge is not affiliated with google-java-format. ... google-java-format is a program that reformats Java source code to ...
Google
google.github.io › styleguide › intellij-java-google-style.xml
intellij-java-google-style.xml
xmlns:android · xmlns:.* · BY_NAME · *:id · http://schemas.android.com/apk/res/android · style · *:.*Style
GitHub
raw.githubusercontent.com › google › styleguide › gh-pages › intellij-java-google-style.xml
<?xml version="1.0" encoding="UTF-8"?> <code_scheme name="GoogleStyle">
<?xml version="1.0" encoding="UTF-8"?> <code_scheme name="GoogleStyle"> <option name="OTHER_INDENT_OPTIONS"> <value> <option name="INDENT_SIZE" value="2" /> <option name="CONTINUATION_INDENT_SIZE" value="4" /> <option name="TAB_SIZE" value="2" /> <option name="USE_TAB_CHARACTER" value="false" ...
Sourcegraph
sourcegraph.com › r › github.com › google › styleguide › - › blob › eclipse-java-google-style.xml
eclipse-java-google-style.xml - google/styleguide - Sourcegraph
Search across 2 million+ open source repositories for free. Powered by Sourcegraph Code Search.
JitPack
jitpack.io › p › basil › google-java-format
basil / google-java-format Download
google-java-format-parent · dependencies { implementation 'com.github.basil:google-java-format:' } dependencies { implementation("com.github.basil:google-java-format:") } <dependency> <groupId>com.github.basil</groupId> <artifactId>google-java-format</artifactId> <version></version> </dependency> libraryDependencies += "com.github.basil" % "google-java-format" % "" :dependencies [[com.github.basil/google-java-format ""]] © 2015-2026 JitPack | JitCI | Twitter | GitHub | Pricing | Terms | Privacy | Status
Google
google.github.io › styleguide
Google Style Guides | Style guides for Google-originated open-source projects
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 (google/styleguide) links to the style guidelines we use for Google code.