style: format formatting.lua

This commit is contained in:
Guz
2025-12-08 21:35:45 -03:00
parent 616bda8d06
commit abf916554e

View File

@@ -31,7 +31,10 @@ return {
formatters_by_ft = {
-- Simple formatters
lua = { "stylua" },
nix = { --[[ "nixcmdfmt", ]] "alejandra", stop_after_first = true },
nix = { --[[ "nixcmdfmt", ]]
"alejandra",
stop_after_first = true,
},
rust = { "rustfmt", lsp_format = "fallback" },
sh = { "shellharden", "shfmt" },
xml = { "xmllint", "xmltidy" },