Update src/_trash: add intendation variables

Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
Lucas 2023-07-10 10:17:49 +02:00 committed by GitHub
parent 1bef992b46
commit 8a0bbd7a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -47,3 +47,10 @@ case $state in
esac
return $ret
# 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