🌐
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 ...
🌐
GitHub
github.com › google › styleguide › blob › gh-pages › eclipse-java-google-style.xml
styleguide/eclipse-java-google-style.xml at gh-pages · google/styleguide
Style guides for Google-originated open-source projects - styleguide/eclipse-java-google-style.xml at gh-pages · google/styleguide
Author: google
🌐
GitHub
github.com › barakatech › java-code-style
GitHub - barakatech/java-code-style · GitHub
4 spaces indentation instead of 2 · 120 characters line length instead of 100 · Imports before static imports · Clone this repo or download raw GoogleStyle.xml · Go to Settings > Editor > Code Style > Java ·
Author: barakatech
🌐
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" ...
Find elsewhere
🌐
GitHub
github.com › frellan › GoogleStyle
GitHub - frellan/GoogleStyle: Google's Java Code Style as a scheme for IntelliJ IDEA.
Google's Java Code Style as a scheme for IntelliJ IDEA. ... Download the .xml file from this repo.
Author: frellan
🌐
GitHub
github.com › google › google-java-format › releases
Releases · google/google-java-format
Reformats Java source code to comply with Google Java Style. - Releases · google/google-java-format
Author: google
🌐
GitHub
gist.github.com › AlphaBs › 729fb5d1f45272d19d917a20bc872d24
google-java-style-guide.md · GitHub
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 › topics › google-java-style-guide
google-java-style-guide · GitHub Topics · GitHub
java formatter format java-files google-java-style-guide google-java-format github-actions github-action ... Sample maven module with custom shell script utilizing maven plugins to automate code formatting using Google Java Style guide, and enforcing code coverage, code quality and code security
🌐
Medium
medium.com › swlh › configuring-google-style-guide-for-java-for-intellij-c727af4ef248
Configuring Google Style Guide for Java for IntelliJ | by Reed Odeneal | The Startup | Medium
November 16, 2020 - Here we’re going to look at how to configure JetBrains IntelliJ for Google Style Guide for Java. Download the intellij-java-google-style.xml file from the google/styleguide repository here.
🌐
GitHub
github.com › google › styleguide › blob › gh-pages › javaguide.html
styleguide/javaguide.html at gh-pages · google/styleguide
Style guides for Google-originated open-source projects - styleguide/javaguide.html at gh-pages · google/styleguide
Author: google
🌐
GitHub
github.com › codeset › google-java-styleguide
GitHub - codeset/google-java-styleguide: Google Java代码风格规范 (中文版) · GitHub
Google官方原文链接 · 已存在的中文翻译版本链接 · ##Eclipse导入代码风格配置文件 · 首先下载配置文件链接 · 在Eclipse中执行导入:Window -> Preferences -> Java -> Code Style -> Formatter -> Import · Code license · Artistic License/GPL ·
Author: codeset
🌐
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.
🌐
GitHub
github.com › HPI-Information-Systems › Metanome › wiki › Installing-the-google-styleguide-settings-in-intellij-and-eclipse
Installing the google styleguide settings in intellij and eclipse
May 12, 2019 - Download the intellij-java-google-style.xml file from https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml. Under File->Settings -> Editor -> Code Style, click on the little gear next to Scheme.
Author: HPI-Information-Systems