aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/conform/formatters/astyle.lua2
-rw-r--r--lua/conform/formatters/buf.lua2
-rw-r--r--lua/conform/formatters/fixjson.lua2
-rw-r--r--lua/conform/formatters/golines.lua2
-rw-r--r--lua/conform/formatters/indent.lua2
-rw-r--r--lua/conform/formatters/injected.lua2
-rw-r--r--lua/conform/formatters/just.lua2
-rw-r--r--lua/conform/formatters/perlimports.lua2
-rw-r--r--lua/conform/formatters/perltidy.lua2
-rw-r--r--lua/conform/formatters/shellharden.lua2
-rw-r--r--lua/conform/formatters/standardrb.lua2
-rw-r--r--lua/conform/formatters/taplo.lua2
-rw-r--r--lua/conform/formatters/trim_newlines.lua2
-rw-r--r--lua/conform/formatters/trim_whitespace.lua2
14 files changed, 14 insertions, 14 deletions
diff --git a/lua/conform/formatters/astyle.lua b/lua/conform/formatters/astyle.lua
index 58db841..82743c4 100644
--- a/lua/conform/formatters/astyle.lua
+++ b/lua/conform/formatters/astyle.lua
@@ -3,7 +3,7 @@ local util = require("conform.util")
return {
meta = {
url = "https://astyle.sourceforge.net/astyle.html",
- description = "A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code",
+ description = "A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI, Objective-C, C#, and Java Source Code.",
},
command = "astyle",
args = { "--quiet" },
diff --git a/lua/conform/formatters/buf.lua b/lua/conform/formatters/buf.lua
index 9a4b776..e430bf6 100644
--- a/lua/conform/formatters/buf.lua
+++ b/lua/conform/formatters/buf.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://buf.build/docs/reference/cli/buf/format",
- description = "A new way of working with Protocol Buffers",
+ description = "A new way of working with Protocol Buffers.",
},
command = "buf",
args = { "format", "-w", "$FILENAME" },
diff --git a/lua/conform/formatters/fixjson.lua b/lua/conform/formatters/fixjson.lua
index a29528a..fee611c 100644
--- a/lua/conform/formatters/fixjson.lua
+++ b/lua/conform/formatters/fixjson.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://github.com/rhysd/fixjson",
- description = "JSON Fixer for Humans using (relaxed) JSON5 ",
+ description = "JSON Fixer for Humans using (relaxed) JSON5.",
},
command = "fixjson",
}
diff --git a/lua/conform/formatters/golines.lua b/lua/conform/formatters/golines.lua
index e6a4b64..1f33668 100644
--- a/lua/conform/formatters/golines.lua
+++ b/lua/conform/formatters/golines.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://github.com/segmentio/golines",
- description = "A golang formatter that fixes long lines",
+ description = "A golang formatter that fixes long lines.",
},
command = "golines",
}
diff --git a/lua/conform/formatters/indent.lua b/lua/conform/formatters/indent.lua
index 7a854cc..cb4631c 100644
--- a/lua/conform/formatters/indent.lua
+++ b/lua/conform/formatters/indent.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://www.gnu.org/software/indent/",
- description = "GNU Indent",
+ description = "GNU Indent.",
},
command = "indent",
stdin = true,
diff --git a/lua/conform/formatters/injected.lua b/lua/conform/formatters/injected.lua
index 8140550..71005bc 100644
--- a/lua/conform/formatters/injected.lua
+++ b/lua/conform/formatters/injected.lua
@@ -71,7 +71,7 @@ end
---@type conform.InjectedFormatterConfig
return {
meta = {
- url = "lua/conform/formatters/injected.lua",
+ url = "doc/advanced_topics.md#injected-language-formatting-code-blocks",
description = "Format treesitter injected languages.",
},
options = {
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" },
diff --git a/lua/conform/formatters/perlimports.lua b/lua/conform/formatters/perlimports.lua
index d3e520c..8840508 100644
--- a/lua/conform/formatters/perlimports.lua
+++ b/lua/conform/formatters/perlimports.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://github.com/perl-ide/App-perlimports",
- description = "Make implicit Perl imports explicit",
+ description = "Make implicit Perl imports explicit.",
},
command = "perlimports",
args = {
diff --git a/lua/conform/formatters/perltidy.lua b/lua/conform/formatters/perltidy.lua
index 3b8be2c..5f6d857 100644
--- a/lua/conform/formatters/perltidy.lua
+++ b/lua/conform/formatters/perltidy.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://github.com/perltidy/perltidy",
- description = "Perl::Tidy, a source code formatter for Perl",
+ description = "Perl::Tidy, a source code formatter for Perl.",
},
command = "perltidy",
args = { "--quiet" },
diff --git a/lua/conform/formatters/shellharden.lua b/lua/conform/formatters/shellharden.lua
index 309ea86..c775072 100644
--- a/lua/conform/formatters/shellharden.lua
+++ b/lua/conform/formatters/shellharden.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://github.com/anordal/shellharden",
- description = "The corrective bash syntax highlighter",
+ description = "The corrective bash syntax highlighter.",
},
command = "shellharden",
args = { "--transform", "" },
diff --git a/lua/conform/formatters/standardrb.lua b/lua/conform/formatters/standardrb.lua
index 1a69cd6..ae860ea 100644
--- a/lua/conform/formatters/standardrb.lua
+++ b/lua/conform/formatters/standardrb.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://github.com/standardrb/standard",
- description = "Ruby's bikeshed-proof linter and formatter",
+ description = "Ruby's bikeshed-proof linter and formatter.",
},
command = "standardrb",
args = {
diff --git a/lua/conform/formatters/taplo.lua b/lua/conform/formatters/taplo.lua
index 675bed3..fb2d67a 100644
--- a/lua/conform/formatters/taplo.lua
+++ b/lua/conform/formatters/taplo.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://github.com/tamasfe/taplo",
- description = "A TOML toolkit written in Rust",
+ description = "A TOML toolkit written in Rust.",
},
command = "taplo",
args = { "format", "-" },
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}' },
diff --git a/lua/conform/formatters/trim_whitespace.lua b/lua/conform/formatters/trim_whitespace.lua
index 7178e0e..3bbd89e 100644
--- a/lua/conform/formatters/trim_whitespace.lua
+++ b/lua/conform/formatters/trim_whitespace.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://www.gnu.org/software/gawk/manual/gawk.html",
- description = "Trim whitespaces with awk",
+ description = "Trim whitespaces with awk.",
},
command = "awk",
args = { '{ sub(/[ \t]+$/, ""); print }' },