style: add config for stylua

This commit is contained in:
Munif Tanjim 2021-07-24 16:38:21 +06:00 committed by Munif Tanjim
parent dca0630b0d
commit 152385c29c

6
.stylua.toml Normal file
View file

@ -0,0 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
no_call_parentheses = false