Selaa lähdekoodia

Tell Emacs to behave.

Ludovic Courtès 14 vuotta sitten
vanhempi
commit
298cc7fc8c
2 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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"))))