Warning, /utilities/rsibreak/HACKING is written in an unsupported language. File is not indexed.
0001 We follow kdelibs coding style: 0002 http://techbase.kde.org/Policies/Kdelibs_Coding_Style 0003 0004 except that we prefer spaces in the () for readability, so "void bla( arg )" 0005 0006 if you are not sure run: 0007 0008 astyle --indent=spaces=4 --brackets=linux \ 0009 --indent-labels --pad=paren-in --unpad=paren \ 0010 --one-line=keep-statements --convert-tabs \ 0011 --indent-preprocessor \ 0012 `find -type f -name '*.cpp'` `find -type f -name '*.h'` 0013