IUP ISI/MediaWiki-Silk/coding-style: Difference between revisions
< IUP ISI | MediaWiki-Silk
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...') |
OpenIDUser10 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
For the coding style we follow | 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'`