forked from shogun-toolbox/shogun
-
Notifications
You must be signed in to change notification settings - Fork 0
CodingStyle
Soeren Sonnenburg edited this page Aug 27, 2014
·
1 revision
This file documents the coding style used in shogun. If someone pointed you to this document, then your code was probably not well-formatted. But no worries, all you need is to apply the following command to the files to be committed:
$ astyle --style=allman --lineend=linux --indent=tab=8 \\
--break-blocks --unpad-paren --pad-header --pad-oper \\
--close-templates --add-brackets \\
--align-pointer=middle --align-reference=name \\
inputfile1.cpp ...
Currently, we are using astyle
, the Artistic Style code formatter.
It is available in almost every Linux distribution or can be found on
SourceForge: http://astyle.sourceforge.net/ .
Welcome to the Shogun wiki!
-
[quick link GSoC 2016 projects](Google Summer of Code 2016 Projects)
-
Readmes:
-
Documents
-
[Roadmaps](Project roadmaps)
-
GSoC
- Getting involved
- Follow ups
- [2016 projects](Google Summer of Code 2016 Projects)
-
Credits