Skip to content

update VSCode settings to not to do format on save, paste, and type#5

Open
mdev64 wants to merge 1 commit intoZhilips:mainfrom
mdev64:prevent-auto-formatting
Open

update VSCode settings to not to do format on save, paste, and type#5
mdev64 wants to merge 1 commit intoZhilips:mainfrom
mdev64:prevent-auto-formatting

Conversation

@mdev64
Copy link
Copy Markdown

@mdev64 mdev64 commented Apr 7, 2026

I’ve noticed that other people’s pull requests contains numerous auto-formatted corrections. By adding these settings instead of code, we can prevent auto-formatting. This makes it easier to maintain the project and review the changes.

@mdev64
Copy link
Copy Markdown
Author

mdev64 commented Apr 7, 2026

Please note that this will not undo any already committed formatting changes.

@elianm
Copy link
Copy Markdown

elianm commented Apr 7, 2026

The following settings also helped me with whitespace cleanup on save:

  "files.eol": "\n",
  "files.trimTrailingWhitespace": false,
  "files.trimFinalNewlines": false,
  "files.insertFinalNewline": false

@Zhilips
Copy link
Copy Markdown
Owner

Zhilips commented Apr 14, 2026

The following settings also helped me with whitespace cleanup on save:

  "files.eol": "\n",
  "files.trimTrailingWhitespace": false,
  "files.trimFinalNewlines": false,
  "files.insertFinalNewline": false

ty for help

@Zhilips
Copy link
Copy Markdown
Owner

Zhilips commented Apr 14, 2026

Please note that this will not undo any already committed formatting changes.

ty for help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants