aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/trim_newlines.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/trim_newlines.lua')
-rw-r--r--lua/conform/formatters/trim_newlines.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/trim_newlines.lua b/lua/conform/formatters/trim_newlines.lua
index 4397ac7..434f35b 100644
--- a/lua/conform/formatters/trim_newlines.lua
+++ b/lua/conform/formatters/trim_newlines.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://www.gnu.org/software/gawk/manual/gawk.html",
- description = "Trim new lines with awk",
+ description = "Trim new lines with awk.",
},
command = "awk",
args = { 'NF{print s $0; s=""; next} {s=s ORS}' },