Skip to content

Instantly share code, notes, and snippets.

@quinn
Last active October 13, 2016 19:33
Show Gist options
  • Save quinn/ee7e4be90482c2b6517a8b090397e7f1 to your computer and use it in GitHub Desktop.
Save quinn/ee7e4be90482c2b6517a8b090397e7f1 to your computer and use it in GitHub Desktop.
{
  inner: "always" | "never" | "before" | "after"
  outer: "always" | "never" | "before" | "after"
  prefer: "inner" | "outer"
  outerExceptions: "inCallExpressions" | "inNewExpressions" | "inArrayExpressions" | "inProperties" | "singleLine"
  innerExceptions: "blocks" | "classes" | "switches"
}

This doesn't yet include additional options for backwards compatibility.

related issues:

related / converging rules:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment