lipkau / PsIni

Work with INI files in PowerShell using hashtables
http://lipkau.github.io/PsIni
MIT License
151 stars 50 forks source link

Added parameter `-Pretty` for writing Ini files #39

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

This introduces the option to influence the way the ini file will look like when written with Out-IniFile It also removed the leading LF from ini files starting with a section

closes #38