On Tue, 13 Dec 2022 16:40:54 GMT, Naveen Narayanan <[email protected]> wrote:

> My IDE’s formatter auto wraps this line for 80 chars. After every code change 
> & formatting, I have to manually unwrap these lines. There are 3 lines to 
> unwrap manually.

Then disable automatic reformatting of the entire file. It won't do much good 
to you in the long term anyway because it may modify the lines you didn't touch 
and eventually introduce unnecessary noise into the changes. This is what we're 
seeing now.

-------------

PR: https://git.openjdk.org/jdk/pull/11035

Reply via email to