Mercurial > trustbridge
comparison HACKING @ 188:a3bde2aaabd9
merged.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 09:12:10 +0100 |
parents | 8cfcd38a9bb3 |
children | 1dc1f5a4b577 |
comparison
equal
deleted
inserted
replaced
187:0c06a608e15f | 188:a3bde2aaabd9 |
---|---|
1 Please keep C code according to GNU coding standards. | |
2 | |
3 With regards to the style: | |
4 astyle --style=gnu --indent=spaces=2 --pad-paren-out | |
5 | |
6 For the C++ Ui code please use the kdelibs coding style | |
7 astyle --indent=spaces=4 --brackets=linux \ | |
8 --indent-labels --pad-oper --unpad-paren --pad-header \ | |
9 --keep-one-line-statements --convert-tabs \ | |
10 --indent-preprocessor |