Have copilot run gofmt automatically

This commit is contained in:
Kovid Goyal 2026-04-19 12:18:51 +05:30
parent a3dfe2b55a
commit 13add3532b
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -31,4 +31,6 @@ code.
## PR guidance
When creating a pull request, if the changes in the pull request are user
visible compared to the previous kitty release, add an entry in the file docs/changelog.rst
describing the change.
describing the change. If the changes include changes to Go code, run gofmt on
the changed Go files to ensure they are formatted correctly, before submitting
your changes.