© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
J03
Just another bit in the byte
The moment I post this, I find the Vim solution. Although I would still like the appropriate regex that works with one use on an entire file, which I can use via sed, the Vim solution is as follows:
:set ts=2 :set noet :%retab!
Now if only I could figure out how to use tidy without a config file, that would be great.