Newer
Older
gitbucket_jkp / .scalafmt.conf
@Naoki Takezoe Naoki Takezoe on 4 Jul 2020 289 bytes Repository operation restrictions (#2469)
  1. version = "1.5.1"
  2. project.git = true
  3.  
  4. maxColumn = 120
  5. docstrings = JavaDoc
  6.  
  7. align.tokens = ["%", "%%", {code = "=>", owner = "Case"}]
  8. align.openParenCallSite = false
  9. align.openParenDefnSite = false
  10. continuationIndent.callSite = 2
  11. continuationIndent.defnSite = 2
  12. danglingParentheses = true