How do I disable automatic linebreaks and other formatting corrections when typing? #4361
Answered
by
fbricon
ItsCubeTime
asked this question in
Q&A
|
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 :) |
Answered by
fbricon
Mar 10, 2026
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:
|
1 reply
Answer selected by
ItsCubeTime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you enabled format on type, which is disabled by default. You can explicitly disable it globally:
or restrict to java files: