Method

LspDocumentRangeFormattingParamsset_options

Declaration

void
lsp_document_range_formatting_params_set_options (
  LspDocumentRangeFormattingParams* self,
  LspFormattingOptions* value
)

Description

Sets the value of options.

The formatting options.

Parameters

value

Type: LspFormattingOptions

The new value of options.

The data is owned by the caller of the method.