commit: 796e6b9c58c8310a1430b96b9504ffa379d5ca50
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 11:12:37 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 11:12:37 2024 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=796e6b9c
bin/gen-eclass-html.sh: Add local variables block for Emacs
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
bin/gen-eclass-html.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index cdd5244..b17fbc5 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -208,3 +208,8 @@ cat << 'EOF' >> "${OUTPUTDIR}"/text.xml || exit 1
</chapter>
</guide>
EOF
+
+# Local Variables:
+# tab-width: 4
+# indent-tabs-mode: t
+# End: