vrek@programming.dev to Programming@programming.devEnglish · 2 years agoDoes C# (or any other languages) have an official style guide like python has pep8?message-squaremessage-square39linkfedilinkarrow-up179arrow-down12
arrow-up177arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?vrek@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square39linkfedilink
minus-squareeluvatar@programming.devlinkfedilinkarrow-up10·2 years 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