@vrek@programming.dev to Programming@programming.devEnglish • 1 year agoDoes C# (or any other languages) have an official style guide like python has pep8?message-square46fedilinkarrow-up185arrow-down12
arrow-up183arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?@vrek@programming.dev to Programming@programming.devEnglish • 1 year agomessage-square46fedilink
minus-square@eluvatar@programming.devlinkfedilink11•1 year 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