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 d515a89d01
commit e907258396
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

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