This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
tabs everywhere, no spaces
To convert your repo from 2 spaces to tabs, you can run this command:
git ls-files | grep -E '\.(js|ts|html|hbs|mustache|xml|xsl|scss|css|sh|vcl|mk|Makefile|json|yml|yaml|md)' | xargs -I F sh -c "unexpand -t 2 F > unexpanded && mv unexpanded F"