diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-03-10 14:41:02 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-03-10 14:42:45 +0100 |
commit | 2e1b4da71d85122bbb2aabd78fd1b4dbfefddd21 (patch) | |
tree | ac2ad4e0a46e668ae5311762d2df99929fcfb280 | |
parent | 81be474c30080568d66ffc86317fe35cce19278c (diff) |
Update README: file local variables
-rw-r--r-- | README.md | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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 ----------------------- |