In line code commenting in Deluge

In line code commenting in Deluge

A request to enhance readability: currently you can add 'in line' comments for Deluge code, but after you save and reopen, the comments are moved down to the new line. i.e.

info "test response"; //this is a info statement for a test response

gets changed to:

info "test response";
//this is a info statement for a test response

Having comments on the same line as the code greatly enhances code readability. Could we possibly change this behaviour?

Thanks!