belav / csharpier

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

Consider wide unicode characters to be size of 2 #1237

Closed belav closed 7 months ago

belav commented 7 months ago

closes #260

belav commented 7 months ago

Damn, that was not a problem I ever expected to encounter

Didn't actually encounter it, but prettier had code for handling it when I ported things over and I finally got around to implementing it.