diff options
author | Zack Rusin <zack@tungstengraphics.com> | 2007-09-18 10:02:51 -0400 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2007-09-18 10:02:51 -0400 |
commit | 498a1b5dc4ca431bb1de45d04140bfb2ac319ab2 (patch) | |
tree | 7ac310fab9d2bc1b2f71afa112a3cfd6abdfcb58 /.emacs-dirvars | |
parent | de69fc1703f79e5c97e66b654de7a93b7abce8f0 (diff) |
Add emacs dirvars file with Mesa indention definition.
Diffstat (limited to '.emacs-dirvars')
-rw-r--r-- | .emacs-dirvars | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.emacs-dirvars b/.emacs-dirvars new file mode 100644 index 0000000000..33945f91ed --- /dev/null +++ b/.emacs-dirvars @@ -0,0 +1,10 @@ +;; -*- emacs-lisp -*- +;; +;; This file is processed by the dirvars emacs package. Each variable +;; setting below is performed when this dirvars file is loaded. +;; +indent-tabs-mode: nil +tab-width: 8 +c-basic-offset: 3 +kde-emacs-after-parent-string: "" +evaluate: (c-set-offset 'inline-open '0) |