Method

LspFormattingOptionsset_insert_spaces

Declaration

void
lsp_formatting_options_set_insert_spaces (
  LspFormattingOptions* self,
  gboolean value
)

Description

Sets the value of insert_spaces.

Whether to use spaces instead of tabs.

Parameters

self

Type: LspFormattingOptions

No description available.

The argument can be NULL.
value

Type: gboolean

The new value of insert_spaces.