Method

LspFormattingOptionsget_insert_spaces

Declaration

gboolean
lsp_formatting_options_get_insert_spaces (
  LspFormattingOptions* self
)

Description

Gets the value of insert_spaces.

Whether to use spaces instead of tabs.

Parameters

self

Type: LspFormattingOptions

No description available.

The argument can be NULL.

Return value

Type: gboolean

The value of insert_spaces.