The formatting style ReSharper options menu displays how the code looks after formatting. Are they saved somewhere?
I plan to publish my style settings in a shared location so that other developers on my team can import the settings. I would also like to have a document that people can view before importing settings to see how the code will look after formatting.
Is there any online documentation somewhere where the default values ββare displayed? Rather, is there a way to export (or analyze whether these fragments are stored somewhere on the disk) so that I can format it for display without having to individually execute each parameter and copy / paste?
source
share