AutoYADM commit: 2025-06-30 15:48:08
This commit is contained in:
parent
94cd0f49ff
commit
9c20166743
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue