Add a .dir-locals file
authorJohan Dahlin <johan@gnome.org>
Thu, 17 Jun 2010 20:33:05 +0000 (17:33 -0300)
committerJohan Dahlin <johan@gnome.org>
Thu, 17 Jun 2010 20:33:46 +0000 (17:33 -0300)
.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..300c359
--- /dev/null
@@ -0,0 +1,5 @@
+((c-mode . ((c-file-style . "GNU")
+            (indent-tabs-mode . nil)
+            (show-trailing-whitespace . t)))
+((python-mode . ((indent-tabs-mode . nil)
+                 (show-trailing-whitespace . t)))