How do I disable automatic linebreaks and other formatting corrections when typing? #4361
-
|
See: https://youtu.be/B59ujIMeBeo In the video, all Im typing is the semicolon, the newline and spacing comes automatically (undesired). I would however still like to get automated padding after inserting a new line when pressing And thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
you enabled format on type, which is disabled by default. You can explicitly disable it globally:
or restrict to java files:
|
Beta Was this translation helpful? Give feedback.
you enabled format on type, which is disabled by default. You can explicitly disable it globally:
or restrict to java files: