Method

LspDocumentFormattingParamsset_options

Declaration

void
lsp_document_formatting_params_set_options (
  LspDocumentFormattingParams* 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.