Files
nvim/.stylua.toml
2025-05-31 03:32:58 -04:00

5 lines
200 B
TOML

indent_type = "Spaces" # Use spaces instead of tabs
indent_width = 2 # Number of spaces per indent level
quote_style = "ForceDouble" # Always use double quotes for strings
call_parentheses = "Always"