diff options
author | breadcat | 2024-04-07 18:27:49 +0100 |
---|---|---|
committer | breadcat | 2024-04-07 18:27:49 +0100 |
commit | 1a8535bc03517f719413d21dc782c4f66ae7177a (patch) | |
tree | 47986122579d8119d60cbeeddc19200e284f256e | |
parent | a55b1bda4b09e4736815bbbb4305f979a757a871 (diff) | |
download | blog.minskio.co.uk-1a8535bc03517f719413d21dc782c4f66ae7177a.tar.gz blog.minskio.co.uk-1a8535bc03517f719413d21dc782c4f66ae7177a.tar.bz2 blog.minskio.co.uk-1a8535bc03517f719413d21dc782c4f66ae7177a.zip |
LF line endings
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index bdb0cab..b3bd8fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Line endings +* text eol=lf # Custom for Visual Studio *.cs diff=csharp |