AutoYADM commit: 2025-05-11 20:23:54
This commit is contained in:
parent
e38f865ad9
commit
460a3c56f9
3 changed files with 122 additions and 1 deletions
9
.config/kak/autoload/lang/python.kak
Normal file
9
.config/kak/autoload/lang/python.kak
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue