# StyLua formatting rules — CI runs `stylua --check` on every push/PR. # Tabs match the existing source; format with `stylua src demo` before committing. column_width = 120 line_endings = "Unix" indent_type = "Tabs" indent_width = 4 quote_style = "AutoPreferDouble" call_parentheses = "Always" collapse_simple_statement = "Never" [sort_requires] enabled = false