chore: formating-> don't use parentheses on single table function calls

This commit is contained in:
shadmansaleh 2022-02-01 14:03:25 +06:00
parent 247aafd7fc
commit bf6e2eaf54
1 changed files with 1 additions and 1 deletions

View File

@ -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"