AutoYADM commit: 2025-06-30 15:48:08

This commit is contained in:
Daniel Fichtinger 2025-06-30 15:48:08 -04:00
parent 94cd0f49ff
commit 9c20166743

View file

@ -1,7 +1,7 @@
hook global WinSetOption filetype=python %{
# set-option window expandtab true
# set-option window softtabstop 4
set-option window formatcmd "ruff format -"
set-option window formatcmd "ruff format --line-length 74 -"
hook -group python-auto-format window BufWritePre .* %{
try format
}