Force Change ALl End Of Line VSCode To LF
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Force Change ALl End Of Line VSCode To LF - Force Change ALl End Of Line VSCode To LF ## Git change all crlf to lf for vscode
`
shellgit add -A
git commit -m “Commit Message Before Changing End Of Line”
git push
begin changing end of line globally
git config core.autocrlf false
git
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.