summaryrefslogtreecommitdiffstats
path: root/share/extensions/simplepath.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/simplepath.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/simplepath.py')
-rwxr-xr-xshare/extensions/simplepath.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/extensions/simplepath.py b/share/extensions/simplepath.py
index 9869da33d..8d50429a6 100755
--- a/share/extensions/simplepath.py
+++ b/share/extensions/simplepath.py
@@ -200,3 +200,5 @@ def rotatePath(p, a, cx = 0, cy = 0):
params[i] = (r * math.cos(theta)) + cx
params[i + 1] = (r * math.sin(theta)) + cy
+
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99