|
From: Bastian M. <bma...@we...> - 2005-10-06 06:00:04
|
In `CodeStyle`, section `Layout and Indentation` one tab per indent is recommended, with a 4 spaces equivalent to one tab (ts=4). (But most code seems to use ts=8 anyway.) 'Newer' versions (>=1.2) of GNU indent can handle this. So the recommended invocation of indent in `CodeStyle` should probably be changed to: indent -kr -cp0 -l132 -lps -br -psl -ts4 Bastian |