Created
April 11, 2011 14:14
-
-
Save jakearchibald/913580 to your computer and use it in GitHub Desktop.
This file contains 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 something = 'blah', | |
whatever = 'spaces, to make the var names line up'; | |
if (something) { | |
console.log("tabbed, to indicate it's a child of a code block"); | |
} | |
// But I tend to use 4 spaces when coding in python, as that's what the python | |
// expert I work with does. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1 Although I make an exception for HTML, where I use single-space indents exclusively. I blame @KrijnHoetmer.