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-squaremessage-square27fedilinkarrow-up156arrow-down10
arrow-up156arrow-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-square27fedilink
minus-squareeluvatar@programming.devlinkfedilinkarrow-up8·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