xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 920b7b44b553b228212b0c5913f07614ac958cf8
parent a7061b4f9717e85ebedf87244921d37babc5d8f4
Author: Austin Clements <amdragon@mit.edu>
Date:   Mon, 29 Aug 2011 16:12:17 -0400

dir-locals.el to set style in Emacs

Diffstat:
A.dir-locals.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el @@ -0,0 +1,5 @@ +((nil + (indent-tabs-mode . nil)) + (c-mode + (c-file-style . "bsd") + (c-basic-offset . 2)))