@[email protected] to [email protected]English • 11 months agoDoes C# (or any other languages) have an official style guide like python has pep8?message-square43fedilinkarrow-up180arrow-down12
arrow-up178arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?@[email protected] to [email protected]English • 11 months agomessage-square43fedilink
minus-square@[email protected]linkfedilink10•11 months agoThere’s dotnet format which will format your code. You can configure it with editorconfig
There’s
dotnet format
which will format your code. You can configure it with editorconfig