浏览代码

Tell Emacs to behave.

Ludovic Courtès 14 年之前
父节点
当前提交
298cc7fc8c
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 4 0
      .dir-locals.el
  2. 3 0
      gcc-plugin/.dir-locals.el

+ 4 - 0
.dir-locals.el

@@ -0,0 +1,4 @@
+;; Hey Emacs, use the ugly style!
+
+((c-mode . ((c-file-style . "linux")
+	    (indent-tabs-mode . t))))

+ 3 - 0
gcc-plugin/.dir-locals.el

@@ -0,0 +1,3 @@
+;; Hey Emacs, this is much nicer down here.
+
+((c-mode . ((c-file-style . "gnu"))))