Ludovic Courtès пре 15 година
родитељ
комит
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"))))