Visual Studio For Mac Line Endings
2021年3月1日Visual Studio For Mac Line Endings
link: https://tiurll.com/1tzyfn
How do I change the line endings of all source files in an existing project in Visual Studio 2017 for Mac? I have cloned a Git project where a few of the files have mixed line endings.. The vast majority of the source files use Unix line endings ( n) I used a regex search and replace to find all u2028 (LINE SEPARATOR) characters and replace them with n, but I’m wondering if there’s a way to normalise the line endings in a simpler way. 5ebbf469cd
コメント