Code style settings affect the way ReSharper reformats your code. Available code style options are briefly described in the following help topics:
In this dialog itself, you can set the option to store code style settings. See Sharing Code Style Settings and Importing and Expoerting Code Style Settings sections below.

Sharing Code Style Settings
You and other members of your development team can use this folder to store shared code style settings for use with the current solution. Code style settings can be stored to be accessible in various ways:
- Globally for the current user only - your code style settings will be applied only to you, for every solution and project.
- Team-shared for the current solution - code style settings you select in the Options Dialog will be shared - applied to every member of your development who accesses the current solution.
- In external file for the current solution - with this option you can mount an external file from which style settings will be retrieved will be and to which they will be stored. By mounting this storage on a common shared location in your network, your development team will effectively be sharing code style settings with each other.
- Select the third option. The textbox is enabled.
- In the textbox, specify the external location in which code style settings will be stored. Use the ellipsis button to browse for the file.
- Don't forget to click OK in the Options dialog to save your changes.
Importing and Exporting Code Style Settings
Your code style settings can be exported to an XML file. This allows you to save your customized settings so that you can distribute them, share with other developers, temporarily save them between re-installations of ReSharper, and so on. Once exported (by you or someone else), code style settings can be imported.
To export code style settings:
- Click Export .
- Specify the file to export to, using the browse button if necessary. Click Save.
- Don't forget to click OK in the Options dialog to save your changes.
To import code style settings:
- Click Import .
- Specify the file from which to import data. The code style settings file must have been created with ReSharper for the import to work correctly. Click Open.
- Don't forget to click OK in the Options dialog to save your changes.
See Also
ReSharper Options | Visual Studio Settings | Code Reformatting