We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a95b9 commit 4f6dc25Copy full SHA for 4f6dc25
rewrite-java/src/main/resources/META-INF/rewrite/google-java-format.yml
@@ -25,3 +25,7 @@ styleConfigs:
25
- import static all other imports
26
- <blank line>
27
- import all other imports
28
+ - org.openrewrite.java.style.SpacesStyle:
29
+ # see https://google.github.io/styleguide/javaguide.html#s4.6.2-horizontal-whitespace
30
+ beforeLeftBrace:
31
+ arrayInitializerLeftBrace: true
0 commit comments