Configure Visual Studio to use UNIX line endings

后端 未结 9 1496
借酒劲吻你
借酒劲吻你 2021-01-31 01:22

We would like to use Visual Studio 2005 to work on a local copy of an SVN repository. This local copy has been checked out by Mac OS X (and updates and commits will only be made

9条回答
  •  情深已故
    2021-01-31 01:55

    VS2017 supports .editorconfig files, which can be checked in along with your project. This is the relevant command for setting Unix line endings:

    end_of_line = lf
    

提交回复
热议问题