| Top |
guint
ide_formatter_options_get_tab_width (IdeFormatterOptions *self);
void ide_formatter_options_set_tab_width (IdeFormatterOptions *self,guint tab_width);
gboolean
ide_formatter_options_get_insert_spaces
(IdeFormatterOptions *self);
void ide_formatter_options_set_insert_spaces (IdeFormatterOptions *self,gboolean insert_spaces);
“insert-spaces” property“insert-spaces” gboolean
Insert spaces instead of tabs.
Owner: IdeFormatterOptions
Flags: Read / Write
Default value: FALSE
“tab-width” property“tab-width” guint
The width of a tab in spaces.
Owner: IdeFormatterOptions
Flags: Read / Write
Allowed values: [1,32]
Default value: 8