How can I use the googleJavaFormat to make reflowLongStrings set to a max of 120 chars per line

Viewed 90

I am using the Spotless plugin to format my Java code. However, when I am enabling the reflowLongStrings rule, it breaks lines to be no longer than 80 chars. Is it possible to change it to 120?

0 Answers
Related