Instead of using several regex assertions, just state precisely what we are producing. While the regex was technically more flexible, since it would ignore differences in whitespace, it was also harder to read/edit.
The options under `programs.kakoune.config.showWhitespace` existed but were not implemented. PR #1162