iainbrighton / PScribo

PowerShell documentation framework
MIT License
231 stars 35 forks source link

Trailing spaces are added to text files #67

Closed it-praktyk closed 6 years ago

it-praktyk commented 6 years ago

I'm not sure is it by design - I didn't check yet - but I see that PScribo v0.7.19 adds trailing spaces in text files.

2017-11-26 13_11_36-20171125b txt - untitled workspace - visual studio code

iainbrighton commented 6 years ago

Hi @it-praktyk I think that it's Format-Table that's appending those spaces. PScribo doesn't include its own table formatter for text output..

it-praktyk commented 6 years ago

It looks like will be resolved soon https://github.com/PowerShell/PowerShell/pull/5568.