How to export the code cleanup profiles?
Hi folks,
I've recently started using custom code cleanup profiles, a great feature that has been very useful in combination with automatic applying on git commit. I'd now like to do that on all my PCs and I'd like to copy my custom profiles, but I can't figure out how. I guess it's through the editor settings export, but I don't want to export all the settings and can't figure out which one contains the code cleanup profiles. Please help me :) How do I transfer them to other PCs / Rider installations?
Please sign in to leave a comment.
It is being stored in one of the layers of the layered settings (DotSettings). You can export it via from the Manage Layers, but you need to figure out what the layer the needed profiles are being stored in.
I suggest you the following steps:
Hope that helps.