Skip to content

Instantly share code, notes, and snippets.

@roparz
Created July 26, 2015 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roparz/a708125d42ef337b56ae to your computer and use it in GitHub Desktop.
Save roparz/a708125d42ef337b56ae to your computer and use it in GitHub Desktop.
gulp-sniffer - check tabs exemple
'This file uses tabs instead of spaces for indentation': function(content) {
return content.match(/\t/g);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment