kickstart.nvim/.stylua.toml

7 lines
140 B
TOML
Raw Normal View History

2025-02-22 09:46:02 +05:30
column_width = 120
2022-06-23 23:35:53 -04:00
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
2025-02-22 09:46:02 +05:30
quote_style = "AutoPreferDouble"
2023-06-16 21:12:11 -07:00
call_parentheses = "None"