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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -