On Thu, 21 Jun 2001 22:38:57 Jeremias Maerki wrote:
> Hi again
> 
> When looking at the FOP source I encounter a lot of inconsistencies
> concerning tabs and spaces. Can we (or rather the committers) please
> agree on how to configure our editors to produce good-looking code? I'd
> like to propose prohibiting the use tabs, use an indentation level of 4
> spaces and enable the removal of trailing whitespace. Thanks a lot!!!
> 
> Is there a document somewhere defining these things?

We actually did agree (a long time ago) to style all code with indenting of
4 spaces (no tabs) and braces on the same line as method etc.

The tool to do this (as mentioned by Steve) is jstyle (which has some bugs)
or astyle.

All committers should make an effort to format a file when committing if it
is inconsistent, of course this can make it difficult to understand diffs.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to