IUP ISI/MediaWiki-Silk/coding-style: Difference between revisions

From KDE Community Wiki
(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...')
No edit summary
Line 1: Line 1:
For the coding style we follow [kdelibs coding style][http://techbase.kde.org/Policies/Kdelibs_Coding_Style]
For the coding style we follow [http://techbase.kde.org/Policies/Kdelibs_Coding_Style kdelibs coding style]


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

Revision as of 08:45, 26 October 2010

For the coding style we follow kdelibs coding style

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'`