Tip for posting code to JIRA
Hi,
If you post code into JIRA issue, please use "code" tag around the code to
preserve formatting. Like this:
This should also work in forums, so in case the example above was formatted,
here is quoted version:
\{code\}
void foo()
{
throw new NotImplementedException();
}
\{code\}
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Please sign in to leave a comment.