[gobject-introspection] Add a .dir-locals file



commit 0d0b05cc8cf172cf67f510882933dcbe24a8bae1
Author: Johan Dahlin <johan gnome org>
Date:   Thu Jun 17 17:33:05 2010 -0300

    Add a .dir-locals file

 .dir-locals.el |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..300c359
--- /dev/null
+++ b/.dir-locals.el
@@ -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)))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]