Created
March 5, 2025 12:59
-
-
Save pps83/55a4173a02f80d6867df0cff93cfe073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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