Wilfred Springer wrote:
> Do we have any coding standards that I should respect?
>
> I notice Farrukh uses four spaces indent. Is that the NetBeans
> default? Same with Java.
>
>
Yes, I use whatever NB 55 does by default for all files I create / edit
in NB 55.
BTW one golden rule is to never mix a functional change with a global
format change.
I tend to globally format and commit with a message like:
"format changes only. No functional change"
Thanks.