Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

tabs to spaces#140

Open
rococodogs wants to merge 2 commits intomasterfrom
tabs-2-spaces
Open

tabs to spaces#140
rococodogs wants to merge 2 commits intomasterfrom
tabs-2-spaces

Conversation

@rococodogs
Copy link
Copy Markdown
Member

This updates all files (@ 11838f0) to use 2 spaces rather than tabs.

Closes #27

@rococodogs
Copy link
Copy Markdown
Member Author

rococodogs commented Mar 1, 2017

bash lines used (via StackOverflow):

$ find ./src -name '*.[js][cs]*' ! -type d -exec bash -c 'expand -t 2 "$0" > /tmp/exp && mv /tmp/exp "$0"' {} \;
$ find ./lib -name '*.[js][cs]*' ! -type d -exec bash -c 'expand -t 2 "$0" > /tmp/exp && mv /tmp/exp "$0"' {} \;
$ find ./ -name '*.[js][cs]*' ! -type d -d 1 -exec bash -c 'expand -t 2 "$0" > /tmp/exp && mv /tmp/exp "$0"' {} \;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants