Parcourir la source

Tell Emacs to behave.

Ludovic Courtès il y a 15 ans
Parent
commit
298cc7fc8c
2 fichiers modifiés avec 7 ajouts et 0 suppressions
  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"))))