How to solve the git warning message -warning: in the working copy of ‘Folder Path/manifest.json’, LF will be replaced by CRLF the next time Git touches it

The warning message you’re encountering indicates that Git is detecting a difference in line endings between your local working copy of the manifest.json file and the version in the Git repository. The warning is suggesting that Git will automatically replace LF (line feed) line endings with CRLF (carriage return + line feed) line endings when… Continue reading How to solve the git warning message -warning: in the working copy of ‘Folder Path/manifest.json’, LF will be replaced by CRLF the next time Git touches it