I encountered the following message while using Git with react-native: warning: LF will be replaced by CRLF in index.js. The file will have its original line endings in your working directory
What does LF and CRLF mean in this warning, and what does the warning mean?