[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin240' (#fpgeanyplugin)

TGeanyIndentPrefs

Declaration

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;