Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

tabs everywhere, no spaces

Compare
Choose a tag to compare
@bjfletcher bjfletcher released this 27 Jun 16:22

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"