Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / libnr / nr-matrix-ops.h
index e534f9cf62007fa39225f4d61afdd20c833d4041..2c9c931243cc65be79be0a532e999fa9c05431ed 100644 (file)
@@ -38,4 +38,4 @@ inline Matrix &operator*=(Matrix &a, Matrix const &b) { a = a * b; return a; }
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :