Skip to content

Instantly share code, notes, and snippets.

View jonte's full-sized avatar
🍺
Cheers!

Jonatan Pålsson jonte

🍺
Cheers!
View GitHub Profile
@dennishall
dennishall / Strip_Trailing_Whitespace.js
Created May 11, 2011 13:26
Strip Trailing Whitespace (Macro for Komodo Edit)
// also available at http://jsfiddle.net/dennishall/UydZn/
var previousIndentation = '';
var indent = " ";
/**
* Standard setup for a method
*
* @param Function callback The content of the script
*/