Sonwen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Proper formatting / indentation inside backticks containing HTML (template literals)
AnsweredHi everyone 👋When I write HTML inside JavaScript/TypeScript template literals (backticks), IntelliJ doesn’t format or indent the HTML correctly:const html = ` <div class="wrapper"> <p>Hello ${clien...