diff options
author | Zack Rusin <zackr@vmware.com> | 2012-06-21 17:25:09 -0400 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2012-06-21 17:29:11 -0400 |
commit | af98c6b05b0430bde099551fadbe4bbc39b24c95 (patch) | |
tree | 842fa01db21aa68554849de59bd0e78f88fd42e2 /.dir-locals.el | |
parent | ff2b417245e8e62b546e27771e36460acc666a8e (diff) |
mesa: update the emacs indent files
dirvars package has been replaced by built-in functionality of
dir-locals. preserve the settings in the new infrastructure
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000000..3bd83286ec --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,10 @@ +((nil + (indent-tabs-mode . nil) + (tab-width . 8) + (c-basic-offset . 3) + (c-file-style . "stroustrup") + (eval . (progn + (c-set-offset 'innamespace '0) + (c-set-offset 'inline-open '0))) + ) + ) |