Add stylua.toml

This commit is contained in:
2022-01-18 16:52:41 +03:00
committed by GitHub
parent 398dec0d74
commit 1a29e2858a

5
stylua.toml Normal file
View File

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