Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: .dir-locals.el

Issue 12432013: Revert "Add .dir-locals.el." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 7c5b7f6b5986f47e976ab6e56b5df7f8a337249b..0000000000000000000000000000000000000000
--- a/.dir-locals.el
+++ /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)))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698