The comments in the script editor are formatted the same way as the code itself. The comments should be exempt from this.

for example this:
Code:
/*
                     some more here

*/


turns into this when the editor is closed or if a bracket check is done. the other comments (; comment here) do not do this.
Code:
/*
some more here

*/