Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2
-
None
-
None
-
Java 8, netbeans 8.2
Description
The following piece of code:
(function (window) { var module; window.module = module; }(window) );
Gets indentated as
(function (window) { var module; window.module = module; }(window) );
i.e.: the last closing brace is indentated while it should be at the same level of the first opening brace