Re: [tcljava-dev] Formatting Jacl Java code
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-02-28 19:38:25
|
On Wed, 28 Feb 2001, Johnson, Bruce wrote: > Is there a standard set of options with indent, or some other program, for > formatting Jacl's Java code? > > Bruce One should use the Tcl style guide, I think there is even a Emacs mode for it. (4 spaces instead of a tab). The one diff to note is that you should NEVER NEVER use /* ... */ for comments in Java code. Use // at all times. Mo DeJong Red Hat Inc |