kakoune: disable auto formatting
This commit is contained in:
parent
5034746b55
commit
ef75e936c6
|
@ -4,10 +4,6 @@ try %{
|
|||
add-highlighter shared/python/code/function regex '\b([a-zA-Z_][a-zA-Z0-9_]*)\s*\(' 1:function
|
||||
}
|
||||
|
||||
hook global BufWritePre '.*' %{
|
||||
try format
|
||||
}
|
||||
|
||||
hook global WinSetOption filetype=sh %{
|
||||
set buffer formatcmd 'shfmt -s -ci -i "4"'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue