MyNixOS website logo

Configuration options that are written to XDG_CONFIG_HOME/stylua/stylua.toml

See https://github.com/JohnnyMorganz/StyLua#options for more options.

Declarations
Type
TOML value
Default
{ }
Example
{
  call_parentheses = "Always";
  collapse_simple_statement = "Always";
  column_width = 85;
  indent_type = "Spaces";
  indent_width = 2;
  line_endings = "Unix";
  quote_style = "AutoPreferSingle";
}