Update stylua option: no_call_parentheses -> call_parentheses

This commit is contained in:
sitiom 2022-07-02 19:24:37 +08:00 committed by Sidhanth Rathod
parent 7654a1fc8c
commit d0cd5714a2

View File

@ -3,4 +3,4 @@ line_endings = "Unix"
indent_type = "Spaces" indent_type = "Spaces"
indent_width = 3 indent_width = 3
quote_style = "AutoPreferDouble" quote_style = "AutoPreferDouble"
no_call_parentheses = true call_parentheses = "None"