From abf916554edbc6beb5bd33281dc8ea413f776648 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 8 Dec 2025 21:35:45 -0300 Subject: [PATCH] style: format formatting.lua --- lua/dot013/plugins/formatting.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/dot013/plugins/formatting.lua b/lua/dot013/plugins/formatting.lua index d2efdb8..7e4e91d 100644 --- a/lua/dot013/plugins/formatting.lua +++ b/lua/dot013/plugins/formatting.lua @@ -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" },