vrek to ProgrammingEnglish · 11 months agoDoes C# (or any other languages) have an official style guide like python has pep8?message-squaremessage-square47fedilinkarrow-up186arrow-down12
arrow-up184arrow-down1message-squareDoes C# (or any other languages) have an official style guide like python has pep8?vrek to ProgrammingEnglish · 11 months agomessage-square47fedilink
minus-squareeluvatarlinkfedilinkarrow-up11·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