diff --git a/templates/chisel/.gitignore b/templates/chisel/.gitignore index 338f9fc..6f30eab 100644 --- a/templates/chisel/.gitignore +++ b/templates/chisel/.gitignore @@ -4,6 +4,8 @@ .mill-jvm-opts .metals/ .vscode/ +.envrc +.direnv/ out/ result* diff --git a/templates/chisel/.scalafmt.conf b/templates/chisel/.scalafmt.conf index 0310aaa..2d9aedc 100644 --- a/templates/chisel/.scalafmt.conf +++ b/templates/chisel/.scalafmt.conf @@ -12,7 +12,7 @@ danglingParentheses.preset = true align.tokens."+" = [ { - code = ":" + code = ":" } ]