ide/.stylua.toml
Joao P Dubas c8258d2087 chore(nvim): configure default lua style
This is the same configuration applied in kickstart repo.
2024-03-03 22:59:31 +00:00

7 lines
140 B
TOML

column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "None"