nvim: added stylua.toml

This commit is contained in:
kalmenn 2023-12-17 20:33:33 +01:00
parent 55391c3fc3
commit 6a6660ea31
Signed by: kalmenn
GPG key ID: DFF253360BF8471F

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

@ -0,0 +1,4 @@
indent_type = "Spaces"
indent_width = 4
column_width = 120
quote_style = "ForceDouble"