Converts spaces to tabs in all files within a folder, recursively.
The target file extensions are specified in the main.go file, and can be modified to suit your needs.
Build the executable:
go build -ldflags "-s -w"
Run in the given folder:
./tabify ~/foo/my-project
Licensed under MIT license, see LICENSE.md for details.