Terribly useful regex to run before committing code
// Will trim out random spaces/tabs at end of lines or if they take up the whole line.
s/^[ \t]+$|[ \t]+$//
12388 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
s/^[ \t]+$|[ \t]+$//
TABLE { border: 1px solid #eee; } TABLE TD { border: 1px solid #eee; }