32 lines
657 B
Plaintext
32 lines
657 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Custom for Visual Studio
|
|
*.cs diff=csharp
|
|
|
|
# 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
|
|
|
|
|
|
# conditions for Win32-OpenSSH
|
|
*.sh text eol=lf
|
|
config.sub text eol=lf
|
|
fixalgorithms text eol=lf
|
|
runconfigure text eol=lf
|
|
configure text eol=lf
|
|
config.guess text eol=lf
|
|
config.sub text eol=lf
|
|
win32_build text eol=lf
|
|
win32_config.guess text eol=lf
|
|
win32_config.sub text eol=lf
|
|
|