Skip to content
Snippets Groups Projects
Commit c858e3b8 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-28 15:28:01 by simonm]

Note about keeping to 80 columns.
parent 35bb50cb
No related merge requests found
......@@ -475,6 +475,11 @@ it's easier to write and easier to grep for. YMMV.
#define stgCast(ty,e) ((ty)(e))
</pre>
<li> Please keep to 80 columns: the line has to be drawn somewhere,
and by keeping it to 80 columns we can ensure that code looks OK on
everyone's screen. Long lines are hard to read, and a sign that the
code needs to be restructured anyway.
<li> We don't care too much about your indentation style but, if
you're modifying a function, please try to use the same style as the
rest of the function (or file).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment