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

TGeanyAutoIndent

Declaration

Source position: geanybindings.inc line 375

type TGeanyAutoIndent = (

  GEANY_AUTOINDENT_NONE = 0,

  

  GEANY_AUTOINDENT_BASIC,

  

  GEANY_AUTOINDENT_CURRENTCHARS,

  

  GEANY_AUTOINDENT_MATCHBRACES

  

);