I'm trying out Rider for Unity development. When I create a new script in the Scripts folder, it always wraps the class in
namespace DefaultNamespace {
class MyClass //...
}
This is super annoying. I don't want a namespace assigned to every script, forcing them to be indented and for my other scripts having to have more using
imports.
I can't figure out how to disable this.