aheinecke@163: Please keep C code according to GNU coding standards.
aheinecke@163: 
aheinecke@163: With regards to the style:
andre@906:     astyle --style=gnu --indent=spaces=2
aheinecke@163: 
aheinecke@163: For the C++ Ui code please use the kdelibs coding style
aheinecke@163:     astyle --indent=spaces=4 --brackets=linux \
aheinecke@163:            --indent-labels --pad-oper --unpad-paren --pad-header \
aheinecke@163:            --keep-one-line-statements --convert-tabs \
aheinecke@163:            --indent-preprocessor