aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/conform/formatters/indent.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/conform/formatters/indent.lua b/lua/conform/formatters/indent.lua
new file mode 100644
index 0000000..7a854cc
--- /dev/null
+++ b/lua/conform/formatters/indent.lua
@@ -0,0 +1,9 @@
+---@type conform.FileFormatterConfig
+return {
+ meta = {
+ url = "https://www.gnu.org/software/indent/",
+ description = "GNU Indent",
+ },
+ command = "indent",
+ stdin = true,
+}