Struct
LspFormattingOptions
Description
struct LspFormattingOptions {
gint _tab_size;
gboolean _insert_spaces;
LspFormattingOptionFlags _flags;
}
Formatting options for a textDocument/formatting request.
Structure members
_tab_size:gintSize of a tab in spaces.
_insert_spaces:gbooleanWhether to use spaces instead of tabs.
_flags:LspFormattingOptionFlagsFormatting option flags.
Since:
3.15.0.