summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-10 14:41:02 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-10 14:42:45 +0100
commit2e1b4da71d85122bbb2aabd78fd1b4dbfefddd21 (patch)
treeac2ad4e0a46e668ae5311762d2df99929fcfb280 /README.md
parent81be474c30080568d66ffc86317fe35cce19278c (diff)
downloadrebar-2e1b4da71d85122bbb2aabd78fd1b4dbfefddd21.tar.gz
Update README: file local variables
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md
index b683df1..6b66d22 100644
--- a/README.md
+++ b/README.md
@@ -53,22 +53,6 @@ Do not introduce trailing whitespace.
Do not introduce lines longer than 80 characters.
-### Indentation
-
-To have consistent indentation we have vi modeline/emacs local variable
-headers in rebar's source files. This works automatically with vi.
-With Emacs you have to declare <code>'erlang-indent-level</code>
-set to <code>4</code>
-as a safe local variable value. If not configured Emacs will prompt
-you to save this as part of custom-set-variables:
-
- '(safe-local-variable-values (quote ((erlang-indent-level . 4))))
-You can also tell Emacs to ignore file variables:
-
- (setq enable-local-variables nil
- enable-local-eval nil)
-
-
Writing Commit Messages
-----------------------