From fcac6f65d0dff9203f8b923b16b7ee31f5bd890c Mon Sep 17 00:00:00 2001 From: armandogaliati Date: Sat, 8 Jun 2024 08:05:59 -0300 Subject: [PATCH] stylua fixes --- .stylua.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stylua.toml b/.stylua.toml index 139e9397..2acbe19c 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,6 +1,6 @@ -column_width = 160 +column_width = 120 line_endings = "Unix" -indent_type = "Spaces" +indent_type = "Tab" indent_width = 2 quote_style = "AutoPreferSingle" call_parentheses = "None"