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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -