diff options
author | Johan Dahlin <johan@gnome.org> | 2010-06-17 17:33:05 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-06-17 17:33:46 -0300 |
commit | 0d0b05cc8cf172cf67f510882933dcbe24a8bae1 (patch) | |
tree | 021878203ef152a10701010a11801c6cb7c67270 /.dir-locals.el | |
parent | d7fd695c29a72b1d9dc10427a675e7804b9858be (diff) | |
download | gobject-introspection-0d0b05cc8cf172cf67f510882933dcbe24a8bae1.tar.gz |
Add a .dir-locals file
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .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 00000000..300c359f --- /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))) |