|
|
|
|
|
|
|
|
|
|
xen-api
Re: [Xen-API] [PATCH] Just sanitizing indentation in stdext/listext.mli
On 16/03/10 11:28, Matthias Goergens wrote:
Just sanitizing indentation in stdext/listext.mli
stdext/listext.mli | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
Matthias
Unfortunately your patch changes the indendation away from
our coding standard, which says to use tab characters for
indendation (rather than spaces).
http://wiki.xensource.com/xenwiki/OCaml_Best_Practices says:
"A single level of indenting should consist of a single tab
character. Spaces should not be used. (Refer to Editing for
details of how to configure popular editors to conform to
this requirement.)"
Please could you modify this patch to indent with tabulation
characters instead of spaces?
Cheers,
Jonathan
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|