Mercurial > MadButterfly
diff nodejs/canvas.js @ 822:586e50f82c1f
Unify coding style tag for emacs and vim.
author | Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com> |
---|---|
date | Tue, 14 Sep 2010 01:08:39 +0800 |
parents | b0c348ad1a8f |
children |
line wrap: on
line diff
--- a/nodejs/canvas.js Tue Sep 14 00:25:44 2010 +0800 +++ b/nodejs/canvas.js Tue Sep 14 01:08:39 2010 +0800 @@ -1,5 +1,5 @@ -// -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- -// vim: sw=4:ts=4:sts=4 +// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- +// vim: sw=4:ts=8:sts=4 var mbfly = require("mbfly"); var sys=require("sys");