Spaces
Last modified: 21 July 2022ReSharper | Options | Code Editing | C# | Formatting Style | Spaces

This page is used to configure automatic insertion/deletion of spaces in certain positions of your source code. You can adjust the values and check the preview pane at the bottom of the page to see how your preferences affect the code.
The options that you configure on this page apply in the following cases:
When code is automatically formatted on editing or after pasting (you can toggle auto-formatting on the Environment | Editor | Behavior page of ReSharper options (Alt+R, O).
When ReSharper produces new code with code completion and code generation features, applies code templates and performs refactorings.
When you reformat existing code.
note
ReSharper's settings are saved in settings layers, which allow you to have different settings for different solutions and to share your settings with your team.
If there are .editorconfig files that affect your solution, preferences on this page could be overridden by EditorConfig styles. You will see a yellow warning if at least one preference on the page is overridden by EditorConfig styles for the current file, each overridden preference will also be highlighted with yellow. For example:
