javascript - JS Beautifier Ruins Single Line Code Formatting -


i have line of code looks great in single line:

reactdom.render(<todobox data={data} />, document.getelementbyid('app'));

but no matter how change .jsbeautifyrc file in root of vscode project, ends this:

reactdom.render( < todobox data = {             data         }         />, document.getelementbyid('app')); 

does know how rectify this?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -