Newer
Older
gitbucket_jkp / .scalafmt.conf
@Naoki Takezoe Naoki Takezoe on 4 Jul 2020 289 bytes Repository operation restrictions (#2469)
version = "1.5.1"
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