This project is archived. Its data is
read-only
.
Changes
Page history
Code-Formatter_Guidelines, version 1
authored
Apr 30, 2012
by
Florian Hölzl
Show whitespace changes
Inline
Side-by-side
Code-Formatter_Guidelines.md
0 → 100644
View page @
f5379dba
Code-Formatter Guidelines
=========================
If your code contains sections that would be destroyed by our
Code-Formatter, you can use the following tags
-
//
`CodeFormatterOff
* // `
CodeFormatterOn
to temporarily turn it off and then on again (if you are already in a
comment context, you can of course omit the two slashes). Please do not
forget to turn the Code-Formatter on again, i.e. do not switch the
Code-Formatter off and never on again, as this could produce side
effects for other developers.