Hi Developers,
geronet suggested to follow a common coding-style with lcd4linux, to
make patches and diffs easier.
He suggested the use of GNU indent, with the following options:
indent -kr -pcs -l 150
Loks like this does reduce changes to the existing code to a minimum.
One problem exists: I like some minimalistic statements like
if (a==b) break;
indent would convert them to
if (a==b)
break;
If anyone has a solution to this one, please stand up!
Any other comments?
If you all agree, I'd do a indent run over the whole source and check it
in. This would be a big one-time patch...
bye, Michael
--
Michael Reinelt <re...@eu...>
http://home.pages.at/reinelt
GPG-Key 0xDF13BA50
ICQ #288386781
|