Skip to content

0.28.1

Compare
Choose a tag to compare
@belav belav released this 16 Apr 23:12
· 64 commits to main since this release
5244417

What's Changed

Third party .editorconfig leading to: Error Failure parsing editorconfig files #1227

When CSharpier encountered an invalid .editorconfig file, it would throw an exception and not format files. These files could appear in 3rd party code (for example within node_modules). CSharpier now ignores invalid lines in .editorconfigs

Thanks go to @K0Te for reporting the issue

Full Changelog: 0.28.0...0.28.1