We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7027ebb commit 8b02f47Copy full SHA for 8b02f47
lua/conform/formatters/ktlint.lua
@@ -0,0 +1,9 @@
1
+---@type conform.FileFormatterConfig
2
+return {
3
+ meta = {
4
+ url = "https://ktlint.github.io/",
5
+ description = "An anti-bikeshedding Kotlin linter with built-in formatter.",
6
+ },
7
+ command = "ktlint",
8
+ args = { "--format", "--stdin", "--log-level=none" },
9
+}
0 commit comments