ide-formatter-options
ide-formatter-options
|
|
Object Hierarchy
GObject
╰── IdeFormatterOptions
Functions
ide_formatter_options_get_tab_width ()
guint
ide_formatter_options_get_tab_width (IdeFormatterOptions *self
);
ide_formatter_options_set_tab_width ()
void
ide_formatter_options_set_tab_width (IdeFormatterOptions *self
,
guint tab_width
);
ide_formatter_options_get_insert_spaces ()
gboolean
ide_formatter_options_get_insert_spaces
(IdeFormatterOptions *self
);
ide_formatter_options_set_insert_spaces ()
void
ide_formatter_options_set_insert_spaces
(IdeFormatterOptions *self
,
gboolean insert_spaces
);
Types and Values
IDE_TYPE_FORMATTER_OPTIONS
#define IDE_TYPE_FORMATTER_OPTIONS (ide_formatter_options_get_type())
IdeFormatterOptions
typedef struct _IdeFormatterOptions IdeFormatterOptions;
Property Details
The “insert-spaces”
property
“insert-spaces” gboolean
Insert spaces instead of tabs.
Flags: Read / Write
Default value: FALSE
The “tab-width”
property
“tab-width” guint
The width of a tab in spaces.
Flags: Read / Write
Allowed values: [1,32]
Default value: 8