Permalink
Newer
Older
100644 21 lines (17 sloc) 432 Bytes
Nov 22, 2015 @alistairewj added git attributes file
1 # Auto detect text files and perform LF normalization
2 * text=auto
3
4 # Ensure bashscripts don't have newlines
5 *.sh eol=lf
6
7 # Custom for Visual Studio
8 *.cs diff=csharp
9
10 # Standard to msysgit
11 *.doc diff=astextplain
12 *.DOC diff=astextplain
13 *.docx diff=astextplain
14 *.DOCX diff=astextplain
15 *.dot diff=astextplain
16 *.DOT diff=astextplain
17 *.pdf diff=astextplain
18 *.PDF diff=astextplain
19 *.rtf diff=astextplain
20 *.RTF diff=astextplain