Explorar o código

Tell Emacs to behave.

Ludovic Courtès %!s(int64=15) %!d(string=hai) anos
pai
achega
298cc7fc8c
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  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"))))