On Sun, Jan 21, 2024, at 19:28, Brian Lyles wrote: > Thank you -- This will be corrected with v2. > > Is the sample pre-commit hook the ideal way to prevent this in the > future? Or is there some config I could set globally to enforce this > across repositories? I was having a little trouble finding a good way to > accomplish this globally. > > Thanks, > Brian Lyles Oh, and this thread reminded me https://lore.kernel.org/git/xmqqle8hrtcs.fsf@gitster.g/T/#t that editorconfig[1] has this option: ``` trim_trailing_whitespace = true ``` So I guess that should be enough for all editors that respect this config (although I haven’t tested it). 🔗 1: https://editorconfig.org/ -- Kristoffer Haugsbakk