- Run `gleam format` before every commit — it is the single authoritative formatter and is non-negotiable.
- Add a CI step that runs `gleam format --check` to fail the build on unformatted code.
- Never hand-format import blocks or function bodies — let `gleam format` manage all whitespace and line breaks.
- Configure your editor to run `gleam format` on save using the official `gleam_language_server` LSP.