[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 350
type TGeanyIndentPrefs = record |
||
width: gint; |
|
|
_type: TGeanyIndentType; |
|
|
hard_tab_width: gint; |
|
|
auto_indent_mode: TGeanyAutoIndent; |
|
|
detect_type: gboolean; |
|
|
detect_width: gboolean; |
|
|
end; |