Code

noop: Add vim modeline for all share/extensions/*.py files that use four-space indent...
[inkscape.git] / share / extensions / flatten.py
index 2e1a491cd3368c87c6c4503a2401d075782cd286..fe14408634493c63d27e589f211226da09809a0e 100755 (executable)
@@ -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