From 71d1f17fdc71a39096be5a70d57015f3f5c8bc8d Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 20 Feb 2024 07:38:50 +0900 Subject: [PATCH] Update .scalafmt.conf --- .scalafmt.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scalafmt.conf b/.scalafmt.conf index e6a37cc..28c4bef 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -21,6 +21,7 @@ newlines.topLevelStatementBlankLines = [ ] project.excludePaths = [ "glob:**/output/src/main/**" + "glob:**/sbt-test/**" ] project.layout = StandardConvention fileOverride {