summaryrefslogtreecommitdiffstats
path: root/share/extensions/flatten.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/flatten.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/flatten.py')
-rwxr-xr-xshare/extensions/flatten.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/extensions/flatten.py b/share/extensions/flatten.py
index 2e1a491cd..fe1440863 100755
--- a/share/extensions/flatten.py
+++ b/share/extensions/flatten.py
@@ -43,4 +43,7 @@ class MyEffect(inkex.Effect):
node.set('d',simplepath.formatPath(np))
e = MyEffect()
-e.affect() \ No newline at end of file
+e.affect()
+
+
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99