From dbbf4bff1c02207805aea02749cc6648dfaa42cf Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sun, 29 Jul 2012 13:52:46 +0930 Subject: [PATCH] Add file to set emacs variables to match the prevailing style. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..fe1458c4 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((c-mode . ((c-basic-offset . 2)))) \ No newline at end of file