stylua: no_call_parentheses -> call_parentheses

This commit is contained in:
sitiom 2022-07-02 19:32:48 +08:00 committed by GitHub
parent f2643bcd9e
commit 809e21f542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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