Skip to content

Instantly share code, notes, and snippets.

@busti
Created March 20, 2019 09:59
Show Gist options
  • Save busti/7f4c0702cac8b359105473c654c4df11 to your computer and use it in GitHub Desktop.
Save busti/7f4c0702cac8b359105473c654c4df11 to your computer and use it in GitHub Desktop.
style = IntelliJ
align = more
maxColumn = 120
docstrings = ScalaDoc
align.tokens = [
{code = "=>", owner = "Case"},
{code = ":", owner = ".*"},
{code = "=", owner = ".*"},
{code = "extends", owner = ".*"},
{code = "%", owner = "Term.ApplyInfix"},
{code = "%%", owner = "Term.ApplyInfix"}
]
align.openParenDefnSite = false
optIn.configStyleArguments = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment