Skip to content

Instantly share code, notes, and snippets.

@Thaina
Created February 21, 2023 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thaina/32cbd1e8e180e8e683148a35ef694fda to your computer and use it in GitHub Desktop.
Save Thaina/32cbd1e8e180e8e683148a35ef694fda to your computer and use it in GitHub Desktop.
List all git changed files and convert line ending
npm i -g eol-converter-cli
for /F "usebackq delims=" %i in (`git ls-files -m`) do (eolconverter lf "%i")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment