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.
var foo = "foo",
bar = "bar";
//only indent with same chars.
var
foo = "foo",
bar = "bar";
@dandean
Copy link

dandean commented Nov 12, 2014

But nobody will ever actually write code like this. People align things visually, rarely considering the idea that it may align differently on someone else's machine, with different tab settings.

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