Có ai biết fix visual studio code tự động xuống dòng khi lưu như thế này không ạ
import './App.css';
import Person from './components/Person';
function App() {
return ( <
div className = "App" >
<
h1 > học react js < /h1> <
Person > < /Person> <
/div>
);
}
export default App;