PowerShell / SHiPS

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier
MIT License
188 stars 33 forks source link

(maint) Remove UTF16-LE encoding #102

Closed glennsarti closed 6 years ago

glennsarti commented 6 years ago

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.