Skip to content

Instantly share code, notes, and snippets.

@treyhunner
Created May 24, 2014 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save treyhunner/1e26acfb8690e377afdc to your computer and use it in GitHub Desktop.
Save treyhunner/1e26acfb8690e377afdc to your computer and use it in GitHub Desktop.
Example of indentation correction problems
var some_variable = some_function(an_argument,
another_argument);
var soome_variable = some_function(
an_argument,
another_argument
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment