ReSharper 2018.1 Help

Braces Layout

ReSharper | Options | Code Editing | C++ | Formatting Style | Braces Layout

Use this page to adjust the way ReSharper arranges braces when it generates and reformats your code; in particular, there are several ways to position braces after if or for operators.

For every item, there is a preview pane in the bottom part of the page where you can observe changes after tweaking specific preferences.

If there are .editorconfig, .clang-format, or _clang-format files that affect your solution, preferences on this page could be overridden by EditorConfig styles or Clang-Format styles. You will see a yellow warning if at least one preference on the page is overridden by EditorConfig or Clang-Format styles for the current file, each overridden preference will also be highlighted with yellow. For example:

Code formatting options overridden by EditorConfig styles

Last modified: 20 August 2018

See Also