marleyvim/.stylua.toml

12 lines
263 B
TOML

syntax = "Lua51"
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
space_after_function_names = "Never"
collapse_simple_statement = "Never"
[sort_requires]
enabled = true