aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/just.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/just.lua')
-rw-r--r--lua/conform/just.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/conform/just.lua b/lua/conform/just.lua
new file mode 100644
index 0000000..5218fc7
--- /dev/null
+++ b/lua/conform/just.lua
@@ -0,0 +1,9 @@
+return {
+ meta = {
+ url = "https://github.com/casey/just",
+ description = "Format Justfile",
+ },
+ command = "just",
+ args = { "--fmt", "--unstable", "-f", "$FILENAME" },
+ stdin = false,
+}