Skip to content

Instantly share code, notes, and snippets.

@ignasi35
Created January 25, 2017 15:49
Show Gist options
  • Save ignasi35/619f823f6df4f745c3934e1beb5cd869 to your computer and use it in GitHub Desktop.
Save ignasi35/619f823f6df4f745c3934e1beb5cd869 to your computer and use it in GitHub Desktop.
An IntelliJ IDE live template to create a companion object with a Play Json formatter.
object $TYPE$ {
implicit val format: Format[$TYPE$] = Json.format
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment