nvim: add stylua

This commit is contained in:
He4eT 2023-11-13 19:23:29 +01:00
commit 96e2fd2964
2 changed files with 57 additions and 44 deletions

6
nvim/.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"