Author: gstein
Date: Mon Dec 25 04:34:26 2023
New Revision: 1914918
URL: http://svn.apache.org/viewvc?rev=1914918&view=rev
Log:
start a move to 4-space standard
Modified:
subversion/trunk/tools/hook-scripts/mailer/mailer.py
Modified: subversion/trunk/tools/hook-scripts/mailer/mailer.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/mailer/mailer.py?rev=1914918&r1=1914917&r2=1914918&view=diff
==============================================================================
--- subversion/trunk/tools/hook-scripts/mailer/mailer.py (original)
+++ subversion/trunk/tools/hook-scripts/mailer/mailer.py Mon Dec 25 04:34:26
2023
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
@@ -1535,3 +1534,13 @@ if the property was added, modified or d
# o look up authors (username -> email; for the From: header) in a
# file(s) or DBM
# * get rid of global functions that should properly be class methods
+
+#
+# For Emacs, we want to move towards the standard 4-space indent. It
+# inspects the current formatting of this file, and sets 2-space.
+# Override that with a 4-space indent.
+#
+# Local Variables:
+# python-indent-offset: 4
+# End:
+#