JetBrains Rider 2017.2 Help

Code Style. F#

File | Settings | Editor | Code Style | F# for Windows and Linux
JetBrains Rider | Preferences | Editor | Code Style | F# for macOS
Ctrl+Alt+S settings


On this page of JetBrains Rider settings, you can configure various aspects of code style in F#. Code style preferences are grouped in the following tabs:

Formatting Style

This tab helps you configure a number of settings that control how JetBrains Rider generates new F# code and how it reformats existing 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 tab apply in the following cases:

If there are .editorconfig files that affect your solution, preferences on this and other tabs with formatter settings could be overridden by EditorConfig styles. You will see a yellow warning if at least one preference on a page is overridden by EditorConfig 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: 27 December 2017