Category: github

Cryptography, Programming, and Security Articles This is typically due to a difference in line endings.

If you are here to quickly fix a single file that you are having problems with, you are in luck. At the bottom right of the screen in VS Code there is a little button that says “LF” or “CRLF”: Click that button and change it to your preference.

If you want new files to automatically have the correct line endings, then you can set the following setting in the top level of your settings.json file: For LF: If you set it in your global settings.json file it will apply to your entire machine.

Related Articles