summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2011-08-29 16:12:17 -0400
committerAustin Clements <[email protected]>2011-08-29 16:12:17 -0400
commit920b7b44b553b228212b0c5913f07614ac958cf8 (patch)
treed659fd16d1aad137ac37ea3b7de41b0b6ab4f7ba /.dir-locals.el
parenta7061b4f9717e85ebedf87244921d37babc5d8f4 (diff)
downloadxv6-labs-920b7b44b553b228212b0c5913f07614ac958cf8.tar.gz
xv6-labs-920b7b44b553b228212b0c5913f07614ac958cf8.tar.bz2
xv6-labs-920b7b44b553b228212b0c5913f07614ac958cf8.zip
dir-locals.el to set style in Emacs
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..83f1ad4
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+((nil
+ (indent-tabs-mode . nil))
+ (c-mode
+ (c-file-style . "bsd")
+ (c-basic-offset . 2)))