kickstart.nvim/.stylua.toml

6 lines
114 B
TOML
Raw Normal View History

2024-11-09 21:49:28 -08:00
column_width = 120
2022-06-23 23:35:53 -04:00
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
2024-11-22 20:20:06 -08:00
quote_style = "AutoPreferDouble"