Re: [PATCH] [pre-commit] Avoid tabs in .pre-commit-config.yaml
Tom Tromey <[email protected]> Tue, 04 Aug 2026 11:36:13 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Tom" == Tom de Vries <[email protected]> writes: Tom> When editing .pre-commit-config.yaml with emacs, I tend to get tab-indented Tom> lines, which causes: FWIW I installed yaml-mode, which automatically sets indent-tabs-mode to nil. But this patch is fine, not everyone will have yaml-mode. Approved-By: Tom Tromey <[email protected]> Tom