Add magic comment
This commit is contained in:
parent
42c6d28610
commit
10d8919acb
|
@ -205,3 +205,11 @@ _pre_commit() {
|
||||||
|
|
||||||
typeset -A opt_args
|
typeset -A opt_args
|
||||||
_pre_commit "$@"
|
_pre_commit "$@"
|
||||||
|
|
||||||
|
# Local Variables:
|
||||||
|
# mode: Shell-Script
|
||||||
|
# sh-indentation: 2
|
||||||
|
# indent-tabs-mode: nil
|
||||||
|
# sh-basic-offset: 2
|
||||||
|
# End:
|
||||||
|
# vim: ft=zsh sw=2 ts=2 et
|
||||||
|
|
Loading…
Reference in New Issue