From bf6e2eaf549e6a95fd9a08093ec259d3c038e42b Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:03:25 +0600 Subject: [PATCH] chore: formating-> don't use parentheses on single table function calls --- .stylua.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylua.toml b/.stylua.toml index 62c477a..3f52bf4 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -1,4 +1,4 @@ indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferSingle" -no_call_parentheses = false +call_parentheses = "NoSingleTable"