Checking files in and out of GitHub frequently causes the line endings to change. Editing files in some other products causes the text encodings to change and/or encoding headings to be inserted at the beginnings of files. Need to create a script which will ensure that text files are UTF-8, have windows line-endings, and do not have the encoding heading.
Checking files in and out of GitHub frequently causes the line endings to change. Editing files in some other products causes the text encodings to change and/or encoding headings to be inserted at the beginnings of files. Need to create a script which will ensure that text files are UTF-8, have windows line-endings, and do not have the encoding heading.