From 433f5e89c83de24828145f31b8fcd01cf14bfba3 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 7 Jun 2017 13:38:04 -0700 Subject: [PATCH] Add props and targets to text=auto --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8dde15a16..50950c656 100644 --- a/.gitattributes +++ b/.gitattributes @@ -45,6 +45,8 @@ *.fsx text=auto *.hs text=auto +*.props text=auto +*.targets text=auto *.csproj text=auto *.vbproj text=auto *.fsproj text=auto