<html> <script type="text/javascript"> function foo(i) { if (i > 0) return false; else return true; } </script> </html>
If I reformat, I get the following:
This is really wrong considering I have "Force Braces" on