[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Mon Jan 14 05:10:22 CET 2008
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 08/01/14 05:10:22
Modified files:
cm3/m3-sys/cminstall/src/config/: NT386GNU
Log message:
First, reformat it.
Two space indentation is subtle; use four.
Four is also a common tab size, though so is eight,
and there are no tabs here, just pressing tab key in editor.
Newlines for diff/mergability, such as on parameter lists.
Commas at the ends of lists if allowed for mergability.
never put blocks on one line, like if condition action end
always
if condition
action
end
no spaces after function names, though I'd be curious as to the
arguments in other direction (other than Rome)
no spaces at ends of non empty [ ] lists, though again, maybe
More information about the M3commit
mailing list