commit 532a45ee7b68ee4f5606e1649380b3adf5e4d713 Author: breadcat <peter@minskio.co.uk> Date: Tue, 10 Jul 2018 14:18:20 +0100 :confetti_ball: Added .gitattributes Diffstat:
A | .gitattributes | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,17 @@ +# 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