commit: 3e946a0d0d4c71840479599f48b1f4901d84eb83 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Thu May 26 09:49:05 2016 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Thu Jul 7 02:40:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3e946a0d
scripts/bootstrap-prefix.sh: emacs local setup for the code standard. scripts/bootstrap-prefix.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 438e0be..ce4ccba 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2449,3 +2449,8 @@ fi einfo "ready to bootstrap ${TODO}" # bootstrap_interactive proceeds with guessed defaults when TODO=noninteractive bootstrap_${TODO#non} || exit 1 + +# Local Variables: +# sh-indentation: 8 +# sh-basic-offset: 8 +# End: