kickstart.nvim/.stylua.toml

8 lines
177 B
TOML
Raw Normal View History

2024-09-19 11:23:58 +02:00
column_width = 120
2022-06-23 23:35:53 -04:00
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
2024-09-19 11:23:58 +02:00
quote_style = "AutoPreferDouble"
2023-06-16 21:12:11 -07:00
call_parentheses = "None"
2024-09-19 11:23:58 +02:00
collapse_simple_statement = "Always"