chore(stylua): no_call_parentheses -> call_parentheses

This commit is contained in:
sitiom
2022-07-26 12:50:51 -04:00
committed by Micah Halter
parent 4ecc89d004
commit ba77527632
+1 -1
View File
@@ -3,5 +3,5 @@ line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
no_call_parentheses = true
call_parentheses = "None"
collapse_simple_statement = "Always"