I'm starting to using VSC and looking for a good formatter for js, jsx, css, html.. etc
Tried several auto-indent extensions for VSC and for now settled with the Prettier, so I have few questions:
How to disable spacing:
const a=()=>{};
instead const a = () => {};
} else {
to clear one: }else{
if ()
, for ()
...I really hate this useless spacing
plus:
Thanks
Modification only