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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ;; Per-directory local variables for GNU Emacs 23 and later.
2
3 ((nil
4 (copyright-update . nil)
5 (fill-column . 80))
6 (c-mode
7 (indent-tabs-mode . nil)
8 (c-basic-offset . 2))
9 (c++-mode
10 (indent-tabs-mode . nil)
11 (c-basic-offset . 2)))
OLDNEW
« 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