Does C# (or any other languages) have an official style guide like python has pep8?
You're viewing a single thread.
Rust has a style guide and comes with a linter. But I don't think you need to follow it if you don't want.
Rust, like the majority of modern languages, has an official formatter which everyone should be using. Formatters are good enough nowadays that everyone should be using them.
What other languages have formatter programs?