u.nvim/stylua.toml
Jonathan Apodaca 362d9e905d
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 8s
(stylua) lower max line length to 100
2025-04-12 08:57:11 -06:00

7 lines
155 B
TOML

call_parentheses = "None"
collapse_simple_statement = "Always"
column_width = 100
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"