Created
March 20, 2019 09:59
-
-
Save busti/7f4c0702cac8b359105473c654c4df11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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