2 .\" monostyle manual page.
3 .\" (C) Adam Treat (manyoso@yahoo.com)
7 monostyle \- Mono's C# code beautifier.
11 -f file.cs -l <true|false> > output.cs
13 monostyle will parse a C# source code file and correct brace formatting
14 reflective of the Mono Project's coding standard. To use: invoke monostyle
15 by passing a C# source code file with '-f file.cs' and specify whether to
16 use linespacing with '-l <true|false>. To output to a file just redirect
19 Mono's Coding Standard
21 * The opening brace following a namespace, class, struct, enum, property or
22 flow control unit should be at the end of the declaration line.
24 * The opening brace for a function should be on the line following the function.
26 * Please use white space around operators and a space between function names
31 The csharp source file to parse.
34 Specifies wether to use line spacing.
37 Adam Treat (manyoso@yahoo.com)
40 MonoStyle is released under the terms of the GNU GPL.