feature: Allow setting 'skip reflowing long strings' in IntelliJ plugin
Before this PR
The core formatter supports a 'skip reflowing long strings' option but this couldn't be selected in the IntelliJ plugin settings.
After this PR
The plugin settings UI now has an option to skip reflowing long strings (which is respected by formatters).
Possible downsides?
- Java 15 and above only - the setting is ignored for earlier JVMs due to the way the in-process formatter is instantiated.
Related Issues
Address Issue https://github.com/palantir/palantir-java-format/issues/1452
Thanks for your interest in palantir/palantir-java-format, @andreweacott! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.
✅ Successfully generated changelog entry!
Entry generated via PR title
To modify this entry, edit PR title using proper format.
📋Changelog Preview
✨ Features
- Allow setting 'skip reflowing long strings' in IntelliJ plugin (#1462)