AutoYADM commit: 2025-07-15 16:38:43

This commit is contained in:
Daniel Fichtinger 2025-07-15 16:38:43 -04:00
parent c907ec149e
commit 933ee7c7f0

View file

@ -58,3 +58,9 @@ define-command format-selections-pipe -hidden -docstring "Format the selections
alias global format format-buffer
define-command jinjafmt %{
evaluate-commands -draft %{
set-option local formatcmd 'uvx djlint --reformat --profile=jinja -'
format
}
}