Add .dir-locals.el.

* .dir-locals.el: New file, to help Emacs users produce better
  changesets.  In particular, prevents automatic copyright year
  updates.

BUG=

Review URL: https://codereview.chromium.org/12687003
Patch from  Andy Wingo <wingo@igalia.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 09baca5a
;; Per-directory local variables for GNU Emacs 23 and later.
((nil
(copyright-update . nil)
(fill-column . 80))
(c-mode
(indent-tabs-mode . nil)
(c-basic-offset . 2))
(c++-mode
(indent-tabs-mode . nil)
(c-basic-offset . 2)))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment