Compare commits
No commits in common. "main" and "v0.1.3" have entirely different histories.
2 changed files with 11 additions and 1 deletions
10
.pre-commit-channel/scalafmt.json
Normal file
10
.pre-commit-channel/scalafmt.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"mainClass": "org.scalafmt.cli.Cli?",
|
||||||
|
"repositories": [
|
||||||
|
"central"
|
||||||
|
],
|
||||||
|
"dependencies": [
|
||||||
|
"org.scalameta::scalafmt-cli:latest.release"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
@ -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: system
|
language: coursier
|
||||||
types: [file]
|
types: [file]
|
||||||
files: \.(scala|sbt|sc)$
|
files: \.(scala|sbt|sc)$
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
|
|
Loading…
Add table
Reference in a new issue