From 48f2cd89cc3ca2c134509b7d988789e37b2ae7a9 Mon Sep 17 00:00:00 2001 From: armandogaliati Date: Tue, 2 Jul 2024 22:00:24 -0300 Subject: [PATCH] fixed stylua --- .stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"