Create stylua.toml

This commit is contained in:
Devin Haska 2025-05-27 12:20:44 -07:00
parent 3f82c59b8e
commit 30a5a7a169

View file

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