Code

update 2geom
[inkscape.git] / src / 2geom / sweep.h
index 9587cec3631f84783b71d1b48c14ee4e20e88df2..94ea6855c7f225f48261b94fde87fc4cec11d059 100644 (file)
@@ -27,3 +27,14 @@ std::vector<std::vector<unsigned> > fake_cull(unsigned a, unsigned b);
 }
 
 #endif
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :