AutoYADM commit: 2025-07-10 23:21:01
This commit is contained in:
parent
9ca9c34aa0
commit
0f86a51a9e
2 changed files with 9 additions and 0 deletions
7
.config/kak/autoload/filetype/sshconfig.kak
Normal file
7
.config/kak/autoload/filetype/sshconfig.kak
Normal file
|
@ -0,0 +1,7 @@
|
|||
hook global BufCreate .*\.ssh/config %{
|
||||
set-option buffer filetype sshconfig
|
||||
}
|
||||
|
||||
hook global WinSetOption filetype=sshconfig %{
|
||||
set-option window indentwidth 2
|
||||
}
|
|
@ -48,3 +48,5 @@ insert_final_newline = true
|
|||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.ssh/config]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue