Skip to content

Instantly share code, notes, and snippets.

@alexeagle
Created April 16, 2017 20:12
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 alexeagle/f34b728ddea410f818c72d5876392fea to your computer and use it in GitHub Desktop.
Save alexeagle/f34b728ddea410f818c72d5876392fea to your computer and use it in GitHub Desktop.
let formatted = true;
// clang-format off
formatted = long_method_name(`long string literal template ${with_interpolation}`);
// clang-format on
let formatted = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment