chore: formating-> don't use parentheses on single table function calls
This commit is contained in:
parent
247aafd7fc
commit
bf6e2eaf54
|
@ -1,4 +1,4 @@
|
||||||
indent_type = "Spaces"
|
indent_type = "Spaces"
|
||||||
indent_width = 2
|
indent_width = 2
|
||||||
quote_style = "AutoPreferSingle"
|
quote_style = "AutoPreferSingle"
|
||||||
no_call_parentheses = false
|
call_parentheses = "NoSingleTable"
|
||||||
|
|
Loading…
Reference in New Issue