diff --git a/.stylua.toml b/.stylua.toml index 59b65820..ad0834fa 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,6 +1,6 @@ column_width = 80 line_endings = "Unix" -indent_type = "Tab" +indent_type = "Tabs" indent_width = 1 quote_style = "AutoPreferSingle" call_parentheses = "None"