ReSharper 2017.2 Help

Line Breaks and Wrapping

ReSharper | Options | Code Editing | C++ | Formatting Style | Line Breaks and Wrapping

This page is used to configure line breaks in certain positions of source code. Options in this page are applied when ReSharper reformats existing code or when you type new 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.

If there are .editorconfig, .clang-format, or _clang-format files that affect your solution, preferences on page could be overridden by EditorConfig styles or Clang-Format styles. You will see a yellow warning if at least one preference on a 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: 14 December 2017

See Also