Compare commits

..

No commits in common. "main" and "v0.1.3" have entirely different histories.
main ... v0.1.3

2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
"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: system
language: coursier
types: [file]
files: \.(scala|sbt|sc)$
stages: [commit]