Skip to content

Instantly share code, notes, and snippets.

@thejhh
Created November 27, 2011 10:52
Show Gist options
  • Select an option

  • Save thejhh/1397391 to your computer and use it in GitHub Desktop.

Select an option

Save thejhh/1397391 to your computer and use it in GitHub Desktop.
Example of right use of tabs with spaces.
/* Example of using tabs to indent and spaces to pad */
function test() {
var a = 1,
b = 'Hello';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment