aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/latexindent.lua
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-21 07:45:54 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-21 09:07:01 -0700
commit9fd54cc59786510011ff4539dee7315f864275c0 (patch)
tree1fefa88fccf032740f1b75903fb18d864707193d /lua/conform/formatters/latexindent.lua
parentbc25ef011538f42b1afcd480848d805bc60cceca (diff)
refactor: rename ruff -> ruff_fix
Diffstat (limited to 'lua/conform/formatters/latexindent.lua')
-rw-r--r--lua/conform/formatters/latexindent.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/conform/formatters/latexindent.lua b/lua/conform/formatters/latexindent.lua
index 1ac3c4e..64451e9 100644
--- a/lua/conform/formatters/latexindent.lua
+++ b/lua/conform/formatters/latexindent.lua
@@ -1,3 +1,4 @@
+---@type conform.FileFormatterConfig
return {
meta = {
url = "https://github.com/cmhughes/latexindent.pl",