mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
Update README: coding style
This commit is contained in:
parent
260d08a61b
commit
1d113b9c25
1 changed files with 6 additions and 2 deletions
|
@ -46,8 +46,12 @@ Clone the git repository:
|
||||||
Contributing to rebar
|
Contributing to rebar
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Indentation
|
Coding style
|
||||||
-----------
|
------------
|
||||||
|
|
||||||
|
Avoid introducing trailing whitespace.
|
||||||
|
|
||||||
|
### Indentation
|
||||||
|
|
||||||
To have consistent indentation we have vi modeline/emacs local variable
|
To have consistent indentation we have vi modeline/emacs local variable
|
||||||
headers in rebar's source files. This works automatically with vi.
|
headers in rebar's source files. This works automatically with vi.
|
||||||
|
|
Loading…
Reference in a new issue