summaryrefslogtreecommitdiffstats
path: root/share/extensions/funcplot.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/funcplot.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/funcplot.py')
-rw-r--r--share/extensions/funcplot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/funcplot.py b/share/extensions/funcplot.py
index 6abdd9c40..08631a0be 100644
--- a/share/extensions/funcplot.py
+++ b/share/extensions/funcplot.py
@@ -271,3 +271,6 @@ class FuncPlot(inkex.Effect):
e = FuncPlot()
e.affect()
+
+
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99