I’m a long time C# guy and I recently switched to intellij using java, is there anyone out there who has a “Code Style” settings file i could use that matches the VisualStudio/resharper default code style?

Check the Plugins marketplace in your settings, there should be a Rider Theme Pack plugin available as well as a Visual Studio Dark theme that should work. Are you looking for a dark theme or light theme? If you get the Rider Theme pack plugin, there should be “ReSharper Light” and “ReSharper Dark” dark themes available, those are probably what you want. I use Rider with the ReSharper themes, albeit I haven’t tried it with Java. Should work pretty well out of the box given the similarities between C# and Java. It’s compatible with all IntelliJ based IDEs.
Rider UI Theme Pack – Plugins | JetBrains
I actually found a color theme. But I was looking for like code spacings, curlies, etc that VS/resharper uses out of the box. As Java seems a little different with this out of the box settings.
C# devs
null reference exceptions

source