Skip to content
main logo
  • Blog
  • LinkedIn
  • GitHub
  • Recipes
Home » VS Code

Category Archives: VS Code

VS Code Force Newline at End of File

In software development it’s generally considered good practice (and sometimes necessary) to add a blank line at the end of a code file. In VS Code we can configure the IDE to force a newline at the end of a file every time we save. There are several ways to set this up, as discussed …

Continue reading “VS Code Force Newline at End of File”

Remove Whitespace From Code Changes

I can’t tell you how many times I’ve committed and pushed some code changes only to realize or have a colleague point out that my changes introduced trailing whitespace. This happened all too frequently until I recently adopted some tools and practices to keep my whitespace in check. Turns out it’s pretty easy to remove …

Continue reading “Remove Whitespace From Code Changes”

© 2025 Neilson Web Design