Previously the src/Modules/SHiPS.psd1 file was saved in UTF16LE file encoding
which git does not understand. It then shows these as being binary files in
diffs. This commit changes the encoding on this file to UTF8 (no BOM) so that
git can diff this file correctly in the future.
Previously the src/Modules/SHiPS.psd1 file was saved in UTF16LE file encoding which git does not understand. It then shows these as being binary files in diffs. This commit changes the encoding on this file to UTF8 (no BOM) so that git can diff this file correctly in the future.