Skip to content

Instantly share code, notes, and snippets.

@pps83
Created March 5, 2025 12:59
Show Gist options
  • Save pps83/55a4173a02f80d6867df0cff93cfe073 to your computer and use it in GitHub Desktop.
Save pps83/55a4173a02f80d6867df0cff93cfe073 to your computer and use it in GitHub Desktop.
# By default, enforce LF line-endings on all text files
* text=auto eol=lf
*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.hpp text eol=lf
# Visual Studio
*.sln eol=crlf
*.vcxproj eol=crlf
*.vcxproj.filters eol=crlf
*.props eol=crlf
*.natvis eol=crlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment