MyNixOS website logo

Configuration settings for formiko. All the available options can be found by looking at ~/.config/formiko.ini.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  editor = {
    auto_indent = false;
    check_spelling = false;
    period_save = true;
  };
  main = {
    auto_scroll = true;
    parser = "json";
    preview = 0;
    writer = "tiny";
  };
}