Created
July 26, 2015 18:24
-
-
Save roparz/a708125d42ef337b56ae to your computer and use it in GitHub Desktop.
gulp-sniffer - check tabs exemple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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