dotfiles/nvim/.stylua.toml
2025-07-22 11:50:58 +02:00

9 lines
234 B
TOML

syntax = "LuaJIT"
column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
space_after_function_names = "Never"
collapse_simple_statement = "Always"