chiark / gitweb /
dir-locals.el
[vbig.git] / .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..ac3d1ac
--- /dev/null
@@ -0,0 +1,7 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c++-mode
+  (c-basic-offset . 2)
+  (indent-tabs-mode)))
+