You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that CSharpier removed the blank line between my if and unsafe blocks. It doesn't do this for other block types (e.g. if I have multiple if statements after one another, so I suspect that maybe the unsafe keyword was not accounted for?
Thank you so much in advance!
Fotis
The text was updated successfully, but these errors were encountered:
Hey there, hope you're doing great! 😄 Thank you so much for this amazing tool, absolutely love it!
I only encountered one minor issue while formatting my codebase:
Notice that CSharpier removed the blank line between my
if
andunsafe
blocks. It doesn't do this for other block types (e.g. if I have multiple if statements after one another, so I suspect that maybe theunsafe
keyword was not accounted for?Thank you so much in advance!
Fotis
The text was updated successfully, but these errors were encountered: