mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Update README
This commit is contained in:
parent
99f8223d86
commit
e6730e464e
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ Do not commit to master in your fork.
|
||||||
|
|
||||||
Provide a clean branch without any merge commits from upstream.
|
Provide a clean branch without any merge commits from upstream.
|
||||||
|
|
||||||
Usually you should collapse (squash) any intermediate commits into the original single commit.
|
Usually you should squash any intermediate commits into the original single commit.
|
||||||
|
|
||||||
Code style
|
Code style
|
||||||
----------
|
----------
|
||||||
|
@ -67,7 +67,7 @@ Do not mix spaces and tabs.
|
||||||
Do not introduce lines longer than 80 characters.
|
Do not introduce lines longer than 80 characters.
|
||||||
|
|
||||||
[erlang-mode (emacs)](http://www.erlang.org/doc/man/erlang.el.html) indentation is preferred.
|
[erlang-mode (emacs)](http://www.erlang.org/doc/man/erlang.el.html) indentation is preferred.
|
||||||
If you prefer vi, consider extending emacs with [Vimpulse](http://www.emacswiki.org/emacs/Vimpulse).
|
vi-only users are encouraged to give [Vimpulse](http://www.emacswiki.org/emacs/Vimpulse) a try.
|
||||||
|
|
||||||
Writing Commit Messages
|
Writing Commit Messages
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
Loading…
Reference in a new issue