Add Stylua config to nvim conf

This commit is contained in:
Snoweuph 2024-06-02 19:45:00 +02:00
parent 7e4d0339de
commit c626c32081
Signed by: Snoweuph
GPG key ID: A494330694B208EF

7
.config/nvim/stylua.toml Normal file
View file

@ -0,0 +1,7 @@
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "FunctionOnly"