chore(nvim): configure default lua style

This is the same configuration applied in kickstart repo.
This commit is contained in:
Joao P Dubas 2024-03-03 22:59:31 +00:00
parent 6d1dd47d1f
commit c8258d2087

6
.stylua.toml Normal file
View File

@ -0,0 +1,6 @@
column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "None"