belav / csharpier

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

Configuration files not respected for stdin after version 0.26.0 #1028

Closed kikniknik closed 1 year ago

kikniknik commented 1 year ago

After version 0.26.0, that added support for editorconfig, it seems that configuration files (.csharpierrc and .editorconfig) are not respected when reading from stdin. Last version that reads printWidth from a .csharpierrc file in current directory is 0.25.0.

belav commented 1 year ago

There wasn't any code coverage on that case, sorry about that! I'm planning on releasing 0.26.3 within the next couple of days.