Skip to content

Commit

Permalink
remove ktfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
centralhardware committed Nov 8, 2024
1 parent f449144 commit aa8b191
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/ktfmt.yml

This file was deleted.

5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
plugins {
kotlin("jvm") version "2.0.21"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.ncorti.ktfmt.gradle") version "0.21.0"
}

group = "me.centralhardware"
Expand Down Expand Up @@ -32,8 +31,4 @@ tasks {
attributes(mapOf("Main-Class" to "MainKt"))
}
}
}

ktfmt {
kotlinLangStyle()
}

0 comments on commit aa8b191

Please sign in to comment.