From e907258396302bbd09c519ae0cee0af7d2ccfa25 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 8 Dec 2024 18:30:02 +0000 Subject: [PATCH] chore(stylua): use tabs instead of spaces and bring back 80 width --- stylua.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylua.toml b/stylua.toml index 8fa16f6..4821978 100644 --- a/stylua.toml +++ b/stylua.toml @@ -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