From 5e426a71abd862052072c1b517538168fb781842 Mon Sep 17 00:00:00 2001 From: Kiril Date: Tue, 30 Apr 2024 11:43:26 +0100 Subject: [PATCH] Update stylua settings to my preference --- .stylua.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.stylua.toml b/.stylua.toml index 139e939..cee06ef 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,6 +1,5 @@ column_width = 160 line_endings = "Unix" indent_type = "Spaces" -indent_width = 2 -quote_style = "AutoPreferSingle" -call_parentheses = "None" +indent_width = 4 +