Code

noop: Add vim modeline for all share/extensions/*.py files that use four-space indent...
[inkscape.git] / share / extensions / markers_strokepaint.py
index 350c87f28fa581eafd882742ed7c5804d41911b3..4d718a5b94dfd9015394f73a45cc27628adc9a89 100644 (file)
@@ -73,3 +73,6 @@ class MyEffect(inkex.Effect):
 
 e = MyEffect()
 e.affect()
+
+
+# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99