Skip to content

Instantly share code, notes, and snippets.

@porjo
Last active March 28, 2017 05:52
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 porjo/ff3b484e8d12296c6c665e5fc5496e10 to your computer and use it in GitHub Desktop.
Save porjo/ff3b484e8d12296c6c665e5fc5496e10 to your computer and use it in GitHub Desktop.
Fix open braces in Javascript file
sed ':a $!N;s/\n\s*{/ {/;ta P;D' <inputfile>
function()
{

Becomes:

function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment