Skip to content

Allow usePreview=true for user-created source formatter styles

Previously code preview in Configure Source Formatter tab was shown only for predefined styles (most of them). Now a new user-created style inherits its usePreview property value from the style it is based on.

Before: no-preview

After: use-preview

Merge request reports