fix(style): add parentheses (#471)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-09-03 05:12:07 -04:00
committed by GitHub
parent 8cc674f1da
commit 0d8098e4eb
25 changed files with 213 additions and 214 deletions

View File

@@ -1,6 +1,5 @@
indent_type = "Spaces"
indent_width = 2
no_call_parentheses = true
column_width = 119
line_endings = "Unix"
quote_style = "AutoPreferDouble"