Michael Pfeiffer
Michael Pfeiffer
**Describe the bug** The following options cannot be configured: --skip-removing-unused-imports --skip-reflowing-long-strings **Expected behavior** Provide two configuration options for the Maven plugin: ```XML true false ```
Closes #197 - skipRemovingUnusedImports defaults to false - skipReflowingLongStrings defaults to true for backwards compatibility
In version n1.24.0 of google-java-format_windows-x86-64.exe a long string literal that contains two backslashes followed by 't' results in an error. Negative example: ```Java String t = "0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789\\t"; ``` Tool invocation...