Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 12:52
Show Gist options
  • Select an option

  • Save wpweb101/a3cd1fbb74b2b579131f191078ddf200 to your computer and use it in GitHub Desktop.

Select an option

Save wpweb101/a3cd1fbb74b2b579131f191078ddf200 to your computer and use it in GitHub Desktop.
JavaScript Indentation and Line Break
( function( $ ) { // Expression indented
// This doesn't get indented
function do_something() {
// Your logic
}
} )( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment