๐Ÿ“ฆ SergioRibera / codeshot.nvim

๐Ÿ“„ .stylua.toml ยท 7 lines
1
2
3
4
5
6
7line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "NoSingleTable"
collapse_simple_statement = "Never"