How do I disable automatic linebreaks and other formatting corrections when typing? #4361
Unanswered
ItsCubeTime
asked this question in
Q&A
Replies: 1 comment
-
|
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
enter- for the newly created line that is, not the one that the cursor is on when I pressnewline. Although I think this is default VS Code behavior for most documents?And thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions