marleyvim/.stylua.toml

13 lines
263 B
TOML
Raw Normal View History

2024-11-28 10:59:14 -08:00
syntax = "Lua51"
column_width = 80
2024-11-27 20:38:07 -08:00
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
2024-11-28 10:59:14 -08:00
call_parentheses = "Always"
space_after_function_names = "Never"
collapse_simple_statement = "Never"
[sort_requires]
enabled = true