-
-
Save folktrash/a0ddc2ff22ac9d2497f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var foo = "foo", | |
bar = "bar"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//only indent with same chars. | |
var | |
foo = "foo", | |
bar = "bar"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.