fix: adjust line lengths to 77 characters

Break long lines in function signatures and strings to comply with
77 character preference for better readability.
This commit is contained in:
Jeffrey Paul 2025-06-20 09:10:28 -07:00
parent f569bc55ea
commit b736789ecb

View File

@ -14,7 +14,8 @@
"Bash(make:*)",
"Bash(golangci-lint run:*)",
"Bash(git add:*)",
"Bash(gofumpt:*)"
"Bash(gofumpt:*)",
"Bash(git stash:*)"
],
"deny": []
}