diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-08-25 23:27:08 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-08-25 23:27:08 +0200 |
commit | f505624016013ed4a0e674de3f207b6cf82f7e37 (patch) | |
tree | d63b498c61a5982905ad50b75df32341b099d9e8 /HACKING | |
parent | c7863d941988c50d527afe6e71318730aa2affa9 (diff) |
Change doc section separator from ~ to =
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ Indenting -~~~~~~~~~ +========= To have consistent indenting we have vi modeline/emacs local variable headers in rebar's source files. This works automatically with vi. With Emacs you have to declare 'erlang-indent-level set to 4' |