summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/IDL.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Scanner/IDL.py')
-rw-r--r--src/engine/SCons/Scanner/IDL.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/SCons/Scanner/IDL.py b/src/engine/SCons/Scanner/IDL.py
index b0fd8ed..18084e8 100644
--- a/src/engine/SCons/Scanner/IDL.py
+++ b/src/engine/SCons/Scanner/IDL.py
@@ -40,3 +40,9 @@ def IDLScan():
"CPPPATH",
'^[ \t]*(?:#[ \t]*include|[ \t]*import)[ \t]+(<|")([^>"]+)(>|")')
return cs
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: