Code

noop: Add vim modeline for all share/extensions/*.py files that use four-space indent...
[inkscape.git] / share / extensions / handles.py
index 83d7f196910d649c2b4be95055ffc062406d122f..4a75e8e2f847cfb2d3ee4f19be8dd82ed36a6f0d 100755 (executable)
@@ -52,3 +52,6 @@ class Handles(inkex.Effect):
                     
 e = Handles()
 e.affect()
+
+
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99