Merge pull request #344 from MariaSolOs/deprecated-stylua

Use call_parentheses = "None"
This commit is contained in:
Chris Patti 2023-06-22 15:34:47 -04:00 committed by GitHub
commit 6967424521
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 = 2
quote_style = "AutoPreferSingle"
no_call_parentheses = true
call_parentheses = "None"