Re: [dpdk-dev] [kmods PATCH v3 2/2] windows: normalize line-endings

2020-11-13 Thread Thomas Monjalon
13/11/2020 10:50, luca.bocca...@gmail.com: > From: Luca Boccassi > > MSBuild XML files have to use CRLF line-endings, otherwise any change > results in the whole file being rewritten with CRLF line-endings by > Visual Studio. However, it's inconvenient to have such files checked-out > with CLRF i

[dpdk-dev] [kmods PATCH v3 2/2] windows: normalize line-endings

2020-11-13 Thread luca . boccassi
From: Luca Boccassi MSBuild XML files have to use CRLF line-endings, otherwise any change results in the whole file being rewritten with CRLF line-endings by Visual Studio. However, it's inconvenient to have such files checked-out with CLRF in Unix environments. Suggested-by: John Alexander Sig