chore(stylua): use tabs instead of spaces and bring back 80 width

This commit is contained in:
Erica Marigold 2024-12-08 18:30:02 +00:00
parent 7bab83d84f
commit 06fb48c731

View file

@ -1,10 +1,10 @@
line_endings = "Unix"
quote_style = "AutoPreferDouble"
indent_type = "Spaces"
indent_type = "Tabs"
call_parentheses = "Always"
indent_width = 4
# column_width = 80
column_width = 80
[sort_requires]
enabled = true