LineEndingsUnifier
LineEndingsUnifier copied to clipboard
A Visual Studio extension which allows developers to have line endings in source files unified easily
2022
Are you planning on updating the extension for 2022 ???
Ref #38 This PR is intended to update LineEndingsUnifier to work with Visual Studio 2022, which requires 64 bit extensions and updated build tools. The instructions [here](https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension) and the example...
I changed "Supported File Formats" to: `.cpp; .c; .h; .hpp; .cs; .js; .vb; .txt;*.sh;*.py` However, if I right click on a Python file, and try to unify the line endings,...
Hello, I have my files under source control, so I don't need the extension to keep a record of what it changed. When I run the extension, the ".leu" file...
Hello, I'm using Xamarin Forms with Visual Studio 16.6.1. I added ".xaml;" to the list of Supported File Formats: ".xaml; .cpp; .c; .h; .hpp; .cs; .js; .vb; .txt". In the...
Open the CMake project in VS 2017 and the "Unify Line Endings" option does not appear on the right-click folder menu. Can you improve this feature?
Might this help us with our csproj problems, or only files you edit in VS?
From VS Marketplace: "Using Visual Studio 2019 for a PHP project running in WSL2 and i get an error 'This is not a valid resource file'."
Submitted in the Q&A section in the VS Marketplace
i need to support bash files (.sh extension) and .conf files. I added the supported extensions in the config, but it doesn't replace any of the line endings. How do...