Skip to content

Instantly share code, notes, and snippets.

@folktrash
Forked from dandean/spaces.js
Last active August 29, 2015 14:09
Show Gist options
  • Save folktrash/a0ddc2ff22ac9d2497f0 to your computer and use it in GitHub Desktop.
Save folktrash/a0ddc2ff22ac9d2497f0 to your computer and use it in GitHub Desktop.

Revisions

  1. folktrash revised this gist Nov 11, 2014. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion tabs.js
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,4 @@
    var foo = "foo",
    //only indent with same chars.
    var
    foo = "foo",
    bar = "bar";
  2. Dan Dean revised this gist Nov 11, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions spaces.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    var foo = "foo",
    bar = "bar";
  3. Dan Dean created this gist Nov 11, 2014.
    2 changes: 2 additions & 0 deletions tabs.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    var foo = "foo",
    bar = "bar";