0
How to fix this formatting?
Example, visual use Studio and everything I’m writing is being separated this way:
function Menu() {
return ( <
header > Revista < /header>
);
}
No way they’re putting it together. I was giving "Complexity is 3 Everything" before but I pulled it out. It’s a silly question only I really have no idea what’s activated to keep giving it away.
You can use the Prettier for formatting
– Rafael Tavares
Pro Visual Studio, the extension is https://github.com/madskristensen/JavaScriptPrettier . Pro Vscode, only search for extensions by "prettier".
– Rodrigo Amaral
You probably have the beautify extension installed. Disable and be happy
– Maxwell s.c