From 9ae349f35eb13a4c82887c026bbc50bec6e5e580 Mon Sep 17 00:00:00 2001 From: Jan Trmal Date: Thu, 23 Jul 2015 11:58:26 -0400 Subject: [PATCH] Saving files before refreshing line endings --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index 887d24fa3..5a815654b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,11 @@ msbuild/*.targets eol=crlf msbuild/*.props eol=crlf msbuild/*.ps1 eol=crlf +# Windows props +windows/*.props eol=crlf +windows/generate_solution.pl eol=native +windows/INSTALL* eol=native +windows/NewGuidCmd.exe.config text eol=crlf +windows/NewGuidCmd.exe binary + +