]> git.donarmstrong.com Git - lilypond.git/blobdiff - .dir-locals.el
Imported Upstream version 2.18.0
[lilypond.git] / .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..72472a6
--- /dev/null
@@ -0,0 +1,11 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c++-mode
+  (c-default-style . "gnu")
+  (indent-tabs-mode))
+ (scheme-mode
+  (indent-tabs-mode))
+ (texinfo-mode
+  (fill-column . 66)
+  (indent-tabs-mode)))