summaryrefslogtreecommitdiffstats
path: root/bin/scons-proc.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/scons-proc.py')
-rw-r--r--bin/scons-proc.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/scons-proc.py b/bin/scons-proc.py
index 9880ef3..cc3b085 100644
--- a/bin/scons-proc.py
+++ b/bin/scons-proc.py
@@ -275,3 +275,9 @@ if variablesfiles:
entityfunc = lambda x: '$'+x)
g.write(variablesfiles)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: