On Tue, 3 Aug 2021 at 16:24, Axel Heider <axelhei...@gmx.de> wrote: > Then please drop the patch 2/2 for now and just keep 1/2. I will run > more tests about this and see if I can find a way to avoid the need > for having traling spaces in the file. They are a bit dangerous as > most editors are set up to remove them, whch creates annoying changes > all the time then.
You should configure your editor not to delete trailing spaces or otherwise make whole-file changes like that. Otherwise you'll constantly be making changes you didn't intend... I agree that if we can avoid the trailing spaces that would be the best thing -- they're a pretty ugly and fragile workaround for a rST awkwardness. -- PMM