Update files

This commit is contained in:
2026-06-16 22:03:42 +01:00
parent ecbc266165
commit fff9a0e70e
4 changed files with 6 additions and 4 deletions
+1
View File
@@ -32,6 +32,7 @@ return { -- Autoformat
formatters_by_ft = {
lua = { 'stylua' },
php = { 'pint' },
blade = { 'blade-formatter' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--