Files
soci/.gitattributes
Vadim Zeitlin 96c7ec18b4 Don't force CR LF normalization in .gitattributes
Nowadays all systems can deal with LF-only files (perhaps with some rare
exceptions, not affecting SOCI) and there is no need to force
normalization in the repository itself -- people who need it can always
enable it in their global Git config.
2020-11-04 01:27:52 +01:00

28 lines
516 B
Plaintext

*.bash eol=lf
*.env eol=lf
*.sh eol=lf
*.cmd eol=crlf
*.bat eol=crlf
*.BAT eol=crlf
*.CMD eol=crlf
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain