chiark / gitweb /
cleanup: add a .dir-locals.el
[secnet.git] / .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..0dbd236
--- /dev/null
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c-mode
+  (c-basic-offset . 4)))