From 12ab42a324e70eb2504212008c1482d215370523 Mon Sep 17 00:00:00 2001 From: Myyk Seok <2080820+myyk@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:09:31 +0800 Subject: [PATCH] chore: ignore out when applying scalafmt --- .scalafmt.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 130fad16edf..ca282ea5224 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -23,7 +23,8 @@ runner.dialect = scala213 project { excludePaths = [ - "glob:**/example/scalalib/linting/1-scalafmt/src/Foo.scala" + "glob:**/example/scalalib/linting/1-scalafmt/src/Foo.scala", + "glob:**/mill/out/**" ] }