FormattingOptions
Object Hierarchy:
Description:
public interface FormattingOptions : Object
Value-object describing what options formatting should use.
All known implementing classes:
Content:
Properties:
- public abstract bool insert_final_newline { get; set; }
Insert a newline character at the end of the file if one does not
exist.
- public abstract bool insert_spaces { get; set; }
Prefer spaces over tabs.
- public abstract Variant? properties { get; set; }
Signature for further properties.
- public abstract int tab_size { get; set; }
Size of a tab in spaces.
- public abstract bool trim_final_newlines { get; set; }
Trim all newlines after the final newline at the end of the file.
- public abstract bool trim_trailing_whitespace { get; set; }
Trim trailing whitespace on a line.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref