How to configure spotless google formatter to format braces in 2 lines instead of a single line
- void contextLoads() {}
+ void contextLoads() {
+ }
How to configure spotless google formatter to format braces in 2 lines instead of a single line
- void contextLoads() {}
+ void contextLoads() {
+ }
Copyright © 2021 Jogjafile Inc.
You can't. From
google-java-format
's README: