Newer
Older
gitbucket_jkp / .scalafmt.conf
@kenji yoshida kenji yoshida on 15 Jan 2020 289 bytes Update scalafmt to 2.3.2
version = "2.3.2"
project.git = true

maxColumn = 120
docstrings = JavaDoc

align.tokens = ["%", "%%", {code = "=>", owner = "Case"}]
align.openParenCallSite = false
align.openParenDefnSite = false
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
danglingParentheses = true