aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/astyle.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/astyle.lua
parent9bd169029ac7fac5d0b3899a47556549d113a4c2 (diff)
doc: enforce period at end of formatter description
Diffstat (limited to 'lua/conform/formatters/astyle.lua')
-rw-r--r--lua/conform/formatters/astyle.lua2
1 files changed, 1 insertions, 1 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" },