mirror of
https://github.com/SOCI/soci.git
synced 2026-02-14 10:19:11 -06:00
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.
28 lines
516 B
Plaintext
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
|