Compare commits

...

1 commit
v1.0.0 ... main

Author SHA1 Message Date
0c4afb9449
Trying to use system-level scalafmt. 2024-04-30 21:24:41 -05:00
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 name: scalafmt
description: "Runs the scalafmt code formatter using Coursier." description: "Runs the scalafmt code formatter using Coursier."
entry: scalafmt entry: scalafmt
language: coursier language: system
types: [file] types: [file]
files: \.(scala|sbt|sc)$ files: \.(scala|sbt|sc)$
stages: [commit] stages: [commit]