belav / csharpier

CSharpier is an opinionated code formatter for c#.
https://csharpier.com
MIT License
1.41k stars 98 forks source link

Possible fix for issue on osx #1338

Closed belav closed 2 months ago

belav commented 2 months ago

I believe OSX was unhappy with the empty string in the list, while ubuntu and windows were okay with it. Also added logic to make sure if the command fails the plugin doesn't try to split null.

closes #1336