When I use the Vscode, I have some problem about space. I want to use define this type
#define EXAMPLE 10
And than when I press the Ctrl+S and save my project, Vscode removes all space in the workspace. I see this type:
#define EXAMPLE 10
How can I change this feature?
Open your workspace or user settings and look for the following settings:
trimTrailingWhitespace
editor.trimAutoWhitespace
Set one or both to false.
If that does not work: Do you use any linter extension that could cause this behaviour?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With