ShareX/.gitattributes

23 lines
517 B
Plaintext
Raw Permalink Normal View History

2015-06-07 13:34:33 +00:00
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
2017-06-08 16:29:50 +00:00
*.cs diff=csharp
2015-06-07 13:34:33 +00:00
# Standard to msysgit
2017-06-08 16:29:50 +00:00
*.doc diff=astextplain
*.DOC diff=astextplain
2015-06-07 13:34:33 +00:00
*.docx diff=astextplain
*.DOCX diff=astextplain
2017-06-08 16:29:50 +00:00
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Declare files that will always have CRLF line endings on checkout
*.sln text eol=crlf
*.csproj text eol=crlf
*.cs text eol=crlf
*.resx text eol=crlf