IUP ISI/MediaWiki-Silk/coding-style

From KDE Community Wiki
Revision as of 08:44, 26 October 2010 by OpenIDUser10 (talk | contribs) (Replaced content with 'For the coding style we follow [kdelibs coding style][http://techbase.kde.org/Policies/Kdelibs_Coding_Style] astyle --indent=spaces=4 --brackets=linux \ --indent-label...')

For the coding style we follow [kdelibs coding style][1]

astyle --indent=spaces=4 --brackets=linux \

     --indent-labels --pad-oper --unpad-paren \
     --one-line=keep-statements --convert-tabs \
     --indent-preprocessor \
     `find -type f -name '*.cpp'` `find -type f -name '*.cc'` `find -type f -name '*.h'`