aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/just.lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-10-09 14:17:40 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-10-09 14:17:57 -0700
commitb02363790c07200b7f087f65cd5021b71c3ebfb3 (patch)
tree431c1a7a71ffb7bc25f57e831875e3c4b08f6ec0 /lua/conform/formatters/just.lua
parent9bd169029ac7fac5d0b3899a47556549d113a4c2 (diff)
doc: enforce period at end of formatter description
Diffstat (limited to 'lua/conform/formatters/just.lua')
-rw-r--r--lua/conform/formatters/just.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/just.lua b/lua/conform/formatters/just.lua
index 5218fc7..d166484 100644
--- a/lua/conform/formatters/just.lua
+++ b/lua/conform/formatters/just.lua
@@ -1,7 +1,7 @@
return {
meta = {
url = "https://github.com/casey/just",
- description = "Format Justfile",
+ description = "Format Justfile.",
},
command = "just",
args = { "--fmt", "--unstable", "-f", "$FILENAME" },