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

TGeanyAutoIndent

Declaration

Source position: geanybindings.inc line 341

type TGeanyAutoIndent = (

  GEANY_AUTOINDENT_NONE = 0,

  

  GEANY_AUTOINDENT_BASIC,

  

  GEANY_AUTOINDENT_CURRENTCHARS,

  

  GEANY_AUTOINDENT_MATCHBRACES

  

);