Trying to use system-level scalafmt.

This commit is contained in:
Pat Garrity 2024-04-30 21:24:41 -05:00
parent 10041a87d7
commit 0c4afb9449
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76
2 changed files with 1 additions and 11 deletions

View file

@ -1,10 +0,0 @@
{
"mainClass": "org.scalafmt.cli.Cli?",
"repositories": [
"central"
],
"dependencies": [
"org.scalameta::scalafmt-cli:latest.release"
]
}

View file

@ -3,7 +3,7 @@
name: scalafmt
description: "Runs the scalafmt code formatter using Coursier."
entry: scalafmt
language: coursier
language: system
types: [file]
files: \.(scala|sbt|sc)$
stages: [commit]