1 Star 1 Fork 1

bitlap/ScalaCookbook2Examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.scalafmt.conf 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
梦境迷离 提交于 2022-09-30 17:31 . refactor
version = "3.5.9"
runner.dialect = scala3
maxColumn = 120
align.preset = more
lineEndings = preserve
align.stripMargin = false
docstrings.style = AsteriskSpace
docstrings.oneline = keep
continuationIndent.defnSite = 2
danglingParentheses.preset = true
spaces {
inImportCurlyBraces = true
}
indentOperator.exemptScope = aloneArgOrBody
includeCurlyBraceInSelectChains = false
align.openParenDefnSite = false
optIn.annotationNewlines = true
rewrite.rules = [SortImports, RedundantBraces]
rewriteTokens = {
"⇒": "=>"
"→": "->"
"←": "<-"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/bitlap/ScalaCookbook2Examples.git
git@gitee.com:bitlap/ScalaCookbook2Examples.git
bitlap
ScalaCookbook2Examples
ScalaCookbook2Examples
main

搜索帮助