Newer
Older
gitbucket_jkp / .scalafmt.conf
@kenji yoshida kenji yoshida on 1 Apr 2018 271 bytes check scalafmt in travis (#1936)
  1. project.git = true
  2.  
  3. maxColumn = 120
  4. docstrings = JavaDoc
  5.  
  6. align.tokens = ["%", "%%", {code = "=>", owner = "Case"}]
  7. align.openParenCallSite = false
  8. align.openParenDefnSite = false
  9. continuationIndent.callSite = 2
  10. continuationIndent.defnSite = 2
  11. danglingParentheses = true