summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/astyle.lua
diff options
context:
space:
mode:
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" },