src/DTW.PS.Beautifier.psd1

@{ ModuleVersion         = '1.0.14'
   Author                = 'Dan Ward'
   CompanyName           = 'DTWConsulting.com'
   Copyright             = 'Copyright 2012-2017 Dan Ward. All rights reserved.'
   Description           = 'PowerShell beautifier / code cleaner / pretty printer. For more info see: https://github.com/DTW-DanWard/PowerShell-Beautifier'
   GUID                  = '{222A4EF8-9A04-4240-AE0C-18A0CDED5248}'
   NestedModules         = 'DTW.PS.FileSystem.Encoding.psm1',
                           'DTW.PS.Beautifier.PopulateValidNames.psm1',
                           'DTW.PS.Beautifier.Main.psm1'
   PrivateData           = @{
                              ValidCommandNames = $null;
                              ValidCommandParameterNames = $null;
                              ValidAttributeNames = $null;
                              ValidMemberNames = $null;
                              ValidVariableNames = $null;
                           }
}