Code-Formatter_Guidelines, version 1 authored by Florian Hölzl's avatar Florian Hölzl
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.