Idea
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Vue Formatting Issue: Controlling Line Breaks for Component Attributes
AnsweredWhen a component has too many attributes to fit in one line, the formatter places each attribute on a separate line. How can I prevent it from doing this or stop it from automatically wrapping when... -
Created Formatting Issue in Java: Aligning Labels and Keywords on the Same Line
AnsweredHow can I format my code so that the labels and keywords are on the same line instead of wrapping to the next line? Currently, it looks like this: I would like it to look like this: