From 10d8919acb3777af6cbc69df0b0a9e79715a6936 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Wed, 7 Feb 2024 17:43:53 +0900 Subject: [PATCH] Add magic comment --- src/_pre-commit | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/_pre-commit b/src/_pre-commit index 185f769..c3aea80 100644 --- a/src/_pre-commit +++ b/src/_pre-commit @@ -205,3 +205,11 @@ _pre_commit() { typeset -A opt_args _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