secret is missing .editorconfig. It already has .golangci.yml, .gitignore, .dockerignore, and LICENSE.
Definition of done
Add .editorconfig matching our standard Go repos (copy sneak/dnswatcher's .editorconfig).
make check and docker build . stay green (an .editorconfig does not affect them; just confirm nothing broke).
The finishing commit's title must end with (closes #N) referencing this issue.
secret is missing `.editorconfig`. It already has `.golangci.yml`, `.gitignore`, `.dockerignore`, and `LICENSE`.
## Definition of done
1. Add `.editorconfig` matching our standard Go repos (copy `sneak/dnswatcher`'s `.editorconfig`).
2. `make check` and `docker build .` stay green (an `.editorconfig` does not affect them; just confirm nothing broke).
The finishing commit's title must end with ` (closes #N)` referencing this issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
secret is missing
.editorconfig. It already has.golangci.yml,.gitignore,.dockerignore, andLICENSE.Definition of done
.editorconfigmatching our standard Go repos (copysneak/dnswatcher's.editorconfig).make checkanddocker build .stay green (an.editorconfigdoes not affect them; just confirm nothing broke).The finishing commit's title must end with
(closes #N)referencing this issue.