Revert "Add .dir-locals.el."
authorsvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Mar 2013 08:16:22 +0000 (08:16 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Mar 2013 08:16:22 +0000 (08:16 +0000)
After some discussions, this seems to be the wrong approach. We should probably
either link to the Google style guide and its related configuration files, or
even add a Makefile target for downloading it.

Furthermore, with this change Emacs keeps popping up an annoying confirmation
window for new files.

Review URL: https://codereview.chromium.org/12432013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13889 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

.dir-locals.el [deleted file]

diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644 (file)
index 7c5b7f6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-;; 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)))