Skip to content

Instantly share code, notes, and snippets.

@mikejholly
Created December 31, 2011 18:48
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 mikejholly/1544925 to your computer and use it in GitHub Desktop.
Save mikejholly/1544925 to your computer and use it in GitHub Desktop.
TextMate whitespace include
{ scopeName = 'source';
patterns = (
{ name = 'source.invalid.trailing-whitespace';
match = '(\s*$)?';
captures = { 1 = { name = 'invalid.trailing-whitespace'; }; };
},
);
}
{ include = 'source'; },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment