nvim-config/.stylua.toml

7 lines
140 B
TOML
Raw Normal View History

2022-06-24 03:35:53 +00:00
column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
2023-06-17 04:12:11 +00:00
call_parentheses = "None"