From feff00e1a58aad4e7251d9c10403768fa814c5dd Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 16 Apr 2015 22:19:50 +0100 Subject: Add .gitattributes file to force text line endings to LF. Some files are excluded, otherwise a whole lot of files need converting. --- windows/msvc/common.props | 52 +++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'windows/msvc/common.props') diff --git a/windows/msvc/common.props b/windows/msvc/common.props index 4bc5df541..73103f627 100644 --- a/windows/msvc/common.props +++ b/windows/msvc/common.props @@ -1,26 +1,26 @@ - - - - - - - - $(PyOutDir) - $(PyBuildDir)$(Configuration)$(Platform)\ - $(PyBaseDir);$(PyBaseDir)windows;$(PyBaseDir)windows\msvc;$(PyBuildDir) - - - - $(PyIncDirs);%(AdditionalIncludeDirectories) - _USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions) - false - Level1 - false - - - true - true - - - - + + + + + + + + $(PyOutDir) + $(PyBuildDir)$(Configuration)$(Platform)\ + $(PyBaseDir);$(PyBaseDir)windows;$(PyBaseDir)windows\msvc;$(PyBuildDir) + + + + $(PyIncDirs);%(AdditionalIncludeDirectories) + _USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions) + false + Level1 + false + + + true + true + + + + -- cgit v1.2.3