Merge pull request #90 from sitiom/patch-1

stylua: `no_call_parentheses` -> `call_parentheses`
This commit is contained in:
Sidhanth Rathod 2022-07-02 17:44:09 +05:30 committed by GitHub
commit 0945a2299f
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"