AutoYADM commit: 2025-05-11 20:23:54

This commit is contained in:
Daniel Fichtinger 2025-05-11 20:23:54 -04:00
parent e38f865ad9
commit 460a3c56f9
3 changed files with 122 additions and 1 deletions

View file

@ -0,0 +1,9 @@
hook global WinSetOption filetype=python %{
set-option window expandtab true
set-option window softtabstop 4
set-option window formatcmd "ruff format --line-length 79 -"
}
hook global WinSetOption filetype=go %{
set-option window expandtab false
set-option window softtabstop 4
}