GExperts Formatter features you didn’t know about

I am sure you did not know about these features (I had forgotten about them myself):

  • You can save your own custom configuration as
    FormatterSettings-<YourName>.ini
    into the GExperts installation directory. After you did that, you can select this configuration in the same way you can the preinstalled configurations.
  • If you want to format a unit differently from your usual
    configuration, put
    {GXFormatter.config=<configname>}
    at the beginning of it.
    This will make the formatter use the given configuration rather than the currently active one to format that unit
  • If you want to format a whole directory differently from your usual configuration, put a GXFormatter.ini into that directory containing a section [FileSettings] with as many lines as you want of the form
    <mask>=<configname>
    into it. The formatter will use the <configname> from the first line where <mask> matches the filename of the current file.