Skip to content

Instantly share code, notes, and snippets.

@ghecho
Created April 28, 2017 20:04
Show Gist options
  • Save ghecho/c6b4e206a01d1293e9b9dfa20676fc68 to your computer and use it in GitHub Desktop.
Save ghecho/c6b4e206a01d1293e9b9dfa20676fc68 to your computer and use it in GitHub Desktop.
Change spaces to tabs in Laravel project in Sublime Text
Open Search and Replace
Find: ( {4})
Where: -vendor/*,-bootstrap/*
Replace: \t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment