summaryrefslogtreecommitdiffstats
path: root/share/extensions/restack.py
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-05-23 06:31:40 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-05-23 06:31:40 +0000
commit5829bb783acfd02ac52fd0eb2f23bbe32d8ad643 (patch)
tree21368845f1ae256deb01812ecfda454d67678e48 /share/extensions/restack.py
parentshare/extension/*.py: noop: minor whitespace regularizations ahead of adding ... (diff)
downloadinkscape-5829bb783acfd02ac52fd0eb2f23bbe32d8ad643.tar.gz
inkscape-5829bb783acfd02ac52fd0eb2f23bbe32d8ad643.zip
noop: Add vim modeline for all share/extensions/*.py files that use four-space indentation.
(bzr r5739)
Diffstat (limited to 'share/extensions/restack.py')
-rw-r--r--share/extensions/restack.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/restack.py b/share/extensions/restack.py
index 10510eb0b..b04c9d4b0 100644
--- a/share/extensions/restack.py
+++ b/share/extensions/restack.py
@@ -128,3 +128,6 @@ class Restack(inkex.Effect):
e = Restack()
e.affect()
+
+
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99