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

Side by Side Diff: .dir-locals.el

Issue 6478003: Add emacs coding style configuration file. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cbootimage.git@master
Patch Set: Created 9 years, 10 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 ;;; This file is used by Emacs to configure it's code editing modes to correctly
2 ;;; indent cbootimage style source code.
3
4 ((nil . ((indent-tabs-mode . t)
5 (tab-width . 4)
6 (fill-column . 80)))
7 (c-mode . ((c-tab-always-indent . nil)
8 (c-basic-offset . 4)))
9 (c++-mode . ((c-tab-always-indent . nil)
10 (c-basic-offset . 4))))
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