On Thu, Sep 04, 2008 at 11:54:13AM +0200, Abdelrazak Younes wrote: > Jürgen Spitzmüller wrote: >> Vincent van Ravesteijn - TNW wrote: >> >>> + // Save the current selection if any >>> + Format const * current_format = 0; >>> + int const line = formatLW->currentRow(); >>> + if (line>= 0&& line<= formatLW->count() >>> +&& formatLW->selectedItems().size()> 0) >>> >> >> We use space rather than tab here. >> > > Are you sure? > > I think I always used tab for that particular case. IMHO, the rule > should be 'one unique tab and optionally spaces to do further alignment > with previous line'.
Tabs for logical indentation, spaces after that. So in this case tabs to the same level as the 'if' followed by four spaces... Andre'