Does C# (or any other languages) have an official style guide like python has pep8? vrek ( @vrek@programming.dev ) Programming@programming.devEnglish • 1 year ago message-square26fedilinkarrow-up153
arrow-up153message-squareDoes C# (or any other languages) have an official style guide like python has pep8? vrek ( @vrek@programming.dev ) Programming@programming.devEnglish • 1 year ago message-square26fedilink
minus-square eluvatar ( @eluvatar@programming.dev ) linkfedilink8•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