Search code examples
javaintellij-ideasettings

Intellij idea settings


How can I set up an Intellij idea so that when writing a string and moving to a new line, the plus is put not at the end of the old line, but at the beginning of the new one (according to maven standards)?

I tried to find these settings in the code style but did not find(


Solution

  • It's in the Wrapping and Braces tab under Editor > Code Style: "Binary expressions > Operation sign on next line"

    enter image description here