[commit: ghc] master: Add emacs indentation/line-length settings (23bb904)
git at git.haskell.org
git at git.haskell.org
Mon Sep 29 13:40:30 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/23bb90460d7c963ee617d250fa0a33c6ac7bbc53/ghc
>---------------------------------------------------------------
commit 23bb90460d7c963ee617d250fa0a33c6ac7bbc53
Author: Simon Marlow <marlowsd at gmail.com>
Date: Fri Sep 26 20:16:37 2014 +0100
Add emacs indentation/line-length settings
>---------------------------------------------------------------
23bb90460d7c963ee617d250fa0a33c6ac7bbc53
includes/.dir-locals.el | 12 ++++++++++++
rts/.dir-locals.el | 12 ++++++++++++
2 files changed, 24 insertions(+)
diff --git a/includes/.dir-locals.el b/includes/.dir-locals.el
new file mode 100644
index 0000000..c97af77
--- /dev/null
+++ b/includes/.dir-locals.el
@@ -0,0 +1,12 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c-mode
+ (fill-column . 80))
+ (emacs-lisp-mode
+ (buffer-file-coding-system . utf-8-unix)
+ (c-basic-offset . 4)
+ (indent-tabs-mode)))
+
+
+
diff --git a/rts/.dir-locals.el b/rts/.dir-locals.el
new file mode 100644
index 0000000..c97af77
--- /dev/null
+++ b/rts/.dir-locals.el
@@ -0,0 +1,12 @@
+;;; Directory Local Variables
+;;; See Info node `(emacs) Directory Variables' for more information.
+
+((c-mode
+ (fill-column . 80))
+ (emacs-lisp-mode
+ (buffer-file-coding-system . utf-8-unix)
+ (c-basic-offset . 4)
+ (indent-tabs-mode)))
+
+
+
More information about the ghc-commits
mailing list